CopyComputeScaleProperties Class
CopyComputeScale properties for managed integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCopyComputeScaleProperties
Constructor
CopyComputeScaleProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, data_integration_unit: int | None = None, time_to_live: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
data_integration_unit
|
DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256. |
time_to_live
|
Time to live (in minutes) setting of integration runtime which will execute copy activity. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
data_integration_unit
|
DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256. |
time_to_live
|
Time to live (in minutes) setting of integration runtime which will execute copy activity. |
Azure SDK for Python