ValidationActivity |
ValidationActivity.withChildItems(Object childItems) |
Set the childItems property: Can be used if dataset points to a folder.
|
ValidationActivity |
ValidationActivity.withDataset(DatasetReference dataset) |
Set the dataset property: Validation activity dataset reference.
|
ValidationActivity |
ValidationActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
ValidationActivity |
ValidationActivity.withDescription(String description) |
Set the description property: Activity description.
|
ValidationActivity |
ValidationActivity.withMinimumSize(Object minimumSize) |
Set the minimumSize property: Can be used if dataset points to a file.
|
ValidationActivity |
ValidationActivity.withName(String name) |
Set the name property: Activity name.
|
ValidationActivity |
ValidationActivity.withSleep(Object sleep) |
Set the sleep property: A delay in seconds between validation attempts.
|
ValidationActivity |
ValidationActivity.withTimeout(Object timeout) |
Set the timeout property: Specifies the timeout for the activity to run.
|
ValidationActivity |
ValidationActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|