Freigeben über


SelfDependencyTumblingWindowTriggerReference Class

Definition

Self referenced tumbling window trigger dependency.

public class SelfDependencyTumblingWindowTriggerReference : Microsoft.Azure.Management.DataFactory.Models.DependencyReference
type SelfDependencyTumblingWindowTriggerReference = class
    inherit DependencyReference
Public Class SelfDependencyTumblingWindowTriggerReference
Inherits DependencyReference
Inheritance
SelfDependencyTumblingWindowTriggerReference

Constructors

Name Description
SelfDependencyTumblingWindowTriggerReference()

Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class.

SelfDependencyTumblingWindowTriggerReference(String, String)

Initializes a new instance of the SelfDependencyTumblingWindowTriggerReference class.

Properties

Name Description
Offset

Gets or sets timespan applied to the start time of a tumbling window when evaluating dependency.

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

Name Description
Validate()

Validate the object.

Applies to