Uses of Class
com.azure.resourcemanager.datafactory.models.ValidationActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ValidationActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionValidationActivity.withChildItems
(Object childItems) Set the childItems property: Can be used if dataset points to a folder.ValidationActivity.withDataset
(DatasetReference dataset) Set the dataset property: Validation activity dataset reference.ValidationActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ValidationActivity.withDescription
(String description) Set the description property: Activity description.ValidationActivity.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.ValidationActivity.withTimeout
(Object timeout) Set the timeout property: Specifies the timeout for the activity to run.ValidationActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.