SelfDependencyTumblingWindowTriggerReference interface
Self referenced tumbling window trigger dependency.
- Extends
Properties
offset | Timespan applied to the start time of a tumbling window when evaluating dependency. |
size | The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
offset
Timespan applied to the start time of a tumbling window when evaluating dependency.
offset: string
Property Value
string
size
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
size?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "SelfDependencyTumblingWindowTriggerReference"
Property Value
"SelfDependencyTumblingWindowTriggerReference"