RuleDefinition interface
Rule definition parameters.
Properties
| bin |
The minimum delay in seconds before bin processing. |
| bin |
Scheduled window in minutes. Allowed values: 20, 30, 60, 120, 180, 360, 720, 1440. |
| bin |
The start time (UTC) when Summary rule execution starts. |
| destination |
The destination table used for the Summary rule results. |
| query | Summary rule query. |
| time |
The time cursor used in Summary rules bins processing, e.g. TimeGenerated. |
Property Details
binDelay
The minimum delay in seconds before bin processing.
binDelay?: number
Property Value
number
binSize
Scheduled window in minutes. Allowed values: 20, 30, 60, 120, 180, 360, 720, 1440.
binSize?: number
Property Value
number
binStartTime
The start time (UTC) when Summary rule execution starts.
binStartTime?: Date
Property Value
Date
destinationTable
The destination table used for the Summary rule results.
destinationTable?: string
Property Value
string
query
Summary rule query.
query?: string
Property Value
string
timeSelector
The time cursor used in Summary rules bins processing, e.g. TimeGenerated.
timeSelector?: string
Property Value
string