SelfDependencyTumblingWindowTriggerReference 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.
Self referenced tumbling window trigger dependency.
public class SelfDependencyTumblingWindowTriggerReference : Azure.ResourceManager.DataFactory.Models.DependencyReference, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SelfDependencyTumblingWindowTriggerReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SelfDependencyTumblingWindowTriggerReference>
public class SelfDependencyTumblingWindowTriggerReference : Azure.ResourceManager.DataFactory.Models.DependencyReference
type SelfDependencyTumblingWindowTriggerReference = class
inherit DependencyReference
interface IJsonModel<SelfDependencyTumblingWindowTriggerReference>
interface IPersistableModel<SelfDependencyTumblingWindowTriggerReference>
type SelfDependencyTumblingWindowTriggerReference = class
inherit DependencyReference
Public Class SelfDependencyTumblingWindowTriggerReference
Inherits DependencyReference
Implements IJsonModel(Of SelfDependencyTumblingWindowTriggerReference), IPersistableModel(Of SelfDependencyTumblingWindowTriggerReference)
Public Class SelfDependencyTumblingWindowTriggerReference
Inherits DependencyReference
- Inheritance
- Implements
Constructors
SelfDependencyTumblingWindowTriggerReference(String) |
Initializes a new instance of SelfDependencyTumblingWindowTriggerReference. |
Properties
Offset |
Timespan applied to the start time of a tumbling window when evaluating dependency. |
Size |
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DependencyReference) |
Explicit Interface Implementations
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