Package version:

Interface TriggerFilterParameters

Query parameters for triggers.

interface TriggerFilterParameters {
    continuationToken?: string;
    parentTriggerName?: string;
}

Properties

continuationToken?: string

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

parentTriggerName?: string

The name of the parent TumblingWindowTrigger to get the child rerun triggers