Class ValidationActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ControlActivity
com.azure.resourcemanager.datafactory.models.ValidationActivity
This activity verifies that an external resource exists.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the childItems property: Can be used if dataset points to a folder.dataset()
Get the dataset property: Validation activity dataset reference.Get the minimumSize property: Can be used if dataset points to a file.sleep()
Get the sleep property: A delay in seconds between validation attempts.timeout()
Get the timeout property: Specifies the timeout for the activity to run.void
validate()
Validates the instance.withChildItems
(Object childItems) Set the childItems property: Can be used if dataset points to a folder.withDataset
(DatasetReference dataset) Set the dataset property: Validation activity dataset reference.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withMinimumSize
(Object minimumSize) Set the minimumSize property: Can be used if dataset points to a file.Set the name property: Activity name.Set the sleep property: A delay in seconds between validation attempts.withTimeout
(Object timeout) Set the timeout property: Specifies the timeout for the activity to run.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
ValidationActivity
public ValidationActivity()Creates an instance of ValidationActivity class.
-
-
Method Details
-
withName
Set the name property: Activity name.- Overrides:
withName
in classControlActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classControlActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classControlActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classControlActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
timeout
Get the timeout property: Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- the timeout value.
-
withTimeout
Set the timeout property: Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Parameters:
timeout
- the timeout value to set.- Returns:
- the ValidationActivity object itself.
-
sleep
Get the sleep property: A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).- Returns:
- the sleep value.
-
withSleep
Set the sleep property: A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).- Parameters:
sleep
- the sleep value to set.- Returns:
- the ValidationActivity object itself.
-
minimumSize
Get the minimumSize property: Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).- Returns:
- the minimumSize value.
-
withMinimumSize
Set the minimumSize property: Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).- Parameters:
minimumSize
- the minimumSize value to set.- Returns:
- the ValidationActivity object itself.
-
childItems
Get the childItems property: Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).- Returns:
- the childItems value.
-
withChildItems
Set the childItems property: Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).- Parameters:
childItems
- the childItems value to set.- Returns:
- the ValidationActivity object itself.
-
dataset
Get the dataset property: Validation activity dataset reference.- Returns:
- the dataset value.
-
withDataset
Set the dataset property: Validation activity dataset reference.- Parameters:
dataset
- the dataset value to set.- Returns:
- the ValidationActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classControlActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-