Share via


RuleDefinition interface

Rule definition parameters.

Properties

binDelay

The minimum delay in seconds before bin processing.

binSize

Scheduled window in minutes. Allowed values: 20, 30, 60, 120, 180, 360, 720, 1440.

binStartTime

The start time (UTC) when Summary rule execution starts.

destinationTable

The destination table used for the Summary rule results.

query

Summary rule query.

timeSelector

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