TriggerPropertiesOutput interface
Properties detail of trigger.
Properties
| created |
The create time of trigger. |
| incremental |
The incremental scan start time of trigger. |
| last |
The last modified time of trigger. |
| last |
The last scheduled time of trigger. |
| recurrence | The recurrence of trigger. |
| recurrence |
The recurrence interval of trigger. |
| scan |
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"