Schedule Class

Defines how often to run the search and the time interval.

All required parameters must be populated in order to send to Azure.

Inheritance
Schedule

Constructor

Schedule(*, frequency_in_minutes: int, time_window_in_minutes: int, **kwargs)

Variables

frequency_in_minutes
int

Required. frequency (in minutes) at which rule condition should be evaluated.

time_window_in_minutes
int

Required. Time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).