TumblingWindowTriggerDependencyReference interface    
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 | 
Inherited Properties
| reference | Referenced trigger. | 
Property Details
offset
Timespan applied to the start time of a tumbling window when evaluating dependency.
offset?: stringProperty Value
string
size
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
size?: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "TumblingWindowTriggerDependencyReference"Property Value
"TumblingWindowTriggerDependencyReference"
Inherited Property Details
		referenceTrigger
	 
	Referenced trigger.
referenceTrigger: TriggerReferenceProperty Value
Inherited From TriggerDependencyReference.referenceTrigger