SelfDependencyTumblingWindowTriggerReferenceResponse

data class SelfDependencyTumblingWindowTriggerReferenceResponse(val offset: String, val size: String? = null, val type: String)

Self referenced tumbling window trigger dependency.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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 'SelfDependencyTumblingWindowTriggerReference'.