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.
public class TumblingWindowTriggerDependencyReference : Microsoft.Azure.Management.DataFactory.Models.TriggerDependencyReference
type TumblingWindowTriggerDependencyReference = class
inherit TriggerDependencyReference
Public Class TumblingWindowTriggerDependencyReference
Inherits TriggerDependencyReference
- Inheritance
Constructors
TumblingWindowTriggerDependencyReference() |
Initializes a new instance of the TumblingWindowTriggerDependencyReference class. |
TumblingWindowTriggerDependencyReference(TriggerReference, String, String) |
Initializes a new instance of the TumblingWindowTriggerDependencyReference class. |
Properties
Offset |
Gets or sets timespan applied to the start time of a tumbling window when evaluating dependency. |
ReferenceTrigger |
Gets or sets referenced trigger. (Inherited from TriggerDependencyReference) |
Size |
Gets or sets the size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET