RetryPolicy Class
Execution policy for an activity.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelRetryPolicy
Constructor
RetryPolicy(*, count: MutableMapping[str, Any] | None = None, interval_in_seconds: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
count
|
<xref:JSON>
Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0. |
interval_in_seconds
|
Interval between retries in seconds. Default is 30. |
Variables
Name | Description |
---|---|
count
|
<xref:JSON>
Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0. |
interval_in_seconds
|
Interval between retries in seconds. Default is 30. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python