TriggerFilterParameters interface
Query parameters for triggers.
Properties
continuation |
The continuation token for getting the next page of results. Null for first page. |
parent |
The name of the parent TumblingWindowTrigger to get the child rerun triggers |
Property Details
continuationToken
The continuation token for getting the next page of results. Null for first page.
continuationToken?: string
Property Value
string
parentTriggerName
The name of the parent TumblingWindowTrigger to get the child rerun triggers
parentTriggerName?: string
Property Value
string