TumblingWindowTriggerDependencyReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Referenced tumbling window trigger dependency.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TumblingWindowTriggerDependencyReference+TumblingWindowTriggerDependencyReferenceConverter))]
public class TumblingWindowTriggerDependencyReference : Azure.Analytics.Synapse.Artifacts.Models.TriggerDependencyReference
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TumblingWindowTriggerDependencyReference+TumblingWindowTriggerDependencyReferenceConverter))>]
type TumblingWindowTriggerDependencyReference = class
inherit TriggerDependencyReference
Public Class TumblingWindowTriggerDependencyReference
Inherits TriggerDependencyReference
- Inheritance
- Attributes
Constructors
TumblingWindowTriggerDependencyReference(TriggerReference) |
Initializes a new instance of TumblingWindowTriggerDependencyReference. |
Properties
Offset |
Timespan applied to the start time of a tumbling window when evaluating dependency. |
ReferenceTrigger |
Referenced trigger. (Inherited from TriggerDependencyReference) |
Size |
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET