Class SelfDependencyTumblingWindowTriggerReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.DependencyReference
com.azure.resourcemanager.datafactory.models.SelfDependencyTumblingWindowTriggerReference
Self referenced tumbling window trigger dependency.
-
Constructor Summary
ConstructorDescriptionCreates an instance of SelfDependencyTumblingWindowTriggerReference class. -
Method Summary
Modifier and TypeMethodDescriptionoffset()
Get the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.size()
Get the size property: The size of the window when evaluating the dependency.void
validate()
Validates the instance.withOffset
(String offset) Set the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.Set the size property: The size of the window when evaluating the dependency.
-
Constructor Details
-
SelfDependencyTumblingWindowTriggerReference
public SelfDependencyTumblingWindowTriggerReference()Creates an instance of SelfDependencyTumblingWindowTriggerReference class.
-
-
Method Details
-
offset
Get the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.- Returns:
- the offset value.
-
withOffset
Set the offset property: Timespan applied to the start time of a tumbling window when evaluating dependency.- Parameters:
offset
- the offset value to set.- Returns:
- the SelfDependencyTumblingWindowTriggerReference object itself.
-
size
Get the size property: The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.- Returns:
- the size value.
-
withSize
Set the size property: The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.- Parameters:
size
- the size value to set.- Returns:
- the SelfDependencyTumblingWindowTriggerReference object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDependencyReference
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-