ActivityPolicy Class
Execution policy for an activity.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelActivityPolicy
Constructor
ActivityPolicy(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, timeout: MutableMapping[str, Any] | None = None, retry: MutableMapping[str, Any] | None = None, retry_interval_in_seconds: int | None = None, secure_input: bool | None = None, secure_output: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
timeout
|
<xref:JSON>
Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
retry
|
<xref:JSON>
Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0. |
retry_interval_in_seconds
|
Interval between each retry attempt (in seconds). The default is 30 sec. |
secure_input
|
When set to true, Input from activity is considered as secure and will not be logged to monitoring. |
secure_output
|
When set to true, Output from activity is considered as secure and will not be logged to monitoring. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
timeout
|
<xref:JSON>
Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
retry
|
<xref:JSON>
Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0. |
retry_interval_in_seconds
|
Interval between each retry attempt (in seconds). The default is 30 sec. |
secure_input
|
When set to true, Input from activity is considered as secure and will not be logged to monitoring. |
secure_output
|
When set to true, Output from activity is considered as secure and will not be logged to monitoring. |
Azure SDK for Python