ValidationActivity Class
This activity verifies that an external resource exists.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ActivityValidationActivity
Constructor
ValidationActivity(*, name: str, dataset: azure.synapse.artifacts.models._models_py3.DatasetReference, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, timeout: Optional[object] = None, sleep: Optional[object] = None, minimum_size: Optional[object] = None, child_items: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- timeout
- object
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+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sleep
- object
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).
- minimum_size
- object
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).
- child_items
- object
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).
Feedback
Submit and view feedback for