Share via


TriggerPropertiesOutput interface

Properties detail of trigger.

Properties

createdAt

The create time of trigger.

incrementalScanStartTime

The incremental scan start time of trigger.

lastModifiedAt

The last modified time of trigger.

lastScheduled

The last scheduled 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

createdAt

The create time of trigger.

createdAt?: string

Property Value

string

incrementalScanStartTime

The incremental scan start time of trigger.

incrementalScanStartTime?: string

Property Value

string

lastModifiedAt

The last modified time of trigger.

lastModifiedAt?: string

Property Value

string

lastScheduled

The last scheduled time of trigger.

lastScheduled?: string

Property Value

string

recurrence

The recurrence of trigger.

recurrence?: TriggerRecurrenceOutput

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"