Share via


TriggerProperties interface

Properties detail of trigger.

Properties

incrementalScanStartTime

The incremental scan start time of trigger.

recurrence

The recurrence of trigger.

recurrenceInterval

The recurrence interval of trigger.

scanLevel

The scan level of trigger.

state

The state of trigger.

Property Details

incrementalScanStartTime

The incremental scan start time of trigger.

incrementalScanStartTime?: string | Date

Property Value

string | Date

recurrence

The recurrence of trigger.

recurrence?: TriggerRecurrence

Property Value

recurrenceInterval

The recurrence interval of trigger.

recurrenceInterval?: string

Property Value

string

scanLevel

The scan level of trigger.

scanLevel?: "Full" | "Incremental"

Property Value

"Full" | "Incremental"

state

The state of trigger.

state?: "Enabled" | "Disabled"

Property Value

"Enabled" | "Disabled"