TriggerFilterParameters interface

Query parameters for triggers.

Properties

continuationToken

The continuation token for getting the next page of results. Null for first page.

parentTriggerName

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