TriggerTumblingWindowTriggerDependency

data class TriggerTumblingWindowTriggerDependency(val offset: String? = null, val size: String? = null, val triggerName: String? = null)

Constructors

Link copied to clipboard
constructor(offset: String? = null, size: String? = null, triggerName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offset: String? = null

The offset of the dependency trigger. Must be in Timespan format (±hh:mm:ss) and must be a negative offset for a self dependency.

Link copied to clipboard
val size: String? = null

The size of the dependency tumbling window. Must be in Timespan format (hh:mm:ss).

Link copied to clipboard
val triggerName: String? = null

The dependency trigger name. If not specified, it will use self dependency.