SelfDependencyTumblingWindowTriggerReference Constructors
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.
Overloads
SelfDependencyTumblingWindowTriggerReference() |
Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class. |
SelfDependencyTumblingWindowTriggerReference(String, String) |
Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class. |
SelfDependencyTumblingWindowTriggerReference()
Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class.
public SelfDependencyTumblingWindowTriggerReference ();
Public Sub New ()
Applies to
SelfDependencyTumblingWindowTriggerReference(String, String)
Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class.
public SelfDependencyTumblingWindowTriggerReference (string offset, string size = default);
new Microsoft.Azure.Management.DataFactory.Models.SelfDependencyTumblingWindowTriggerReference : string * string -> Microsoft.Azure.Management.DataFactory.Models.SelfDependencyTumblingWindowTriggerReference
Public Sub New (offset As String, Optional size As String = Nothing)
Parameters
- offset
- String
Timespan applied to the start time of a tumbling window when evaluating dependency.
- size
- String
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
Applies to
Azure SDK for .NET