TumblingWindowTriggerDependencyReferenceResponse

data class TumblingWindowTriggerDependencyReferenceResponse(val offset: String? = null, val referenceTrigger: TriggerReferenceResponse, val size: String? = null, val type: String)

Referenced tumbling window trigger dependency.

Constructors

constructor(offset: String? = null, referenceTrigger: TriggerReferenceResponse, size: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offset: String? = null

Timespan applied to the start time of a tumbling window when evaluating dependency.

Link copied to clipboard
Link copied to clipboard
val size: String? = null

The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

Link copied to clipboard

The type of dependency reference. Expected value is 'TumblingWindowTriggerDependencyReference'.