CopyComputeScaleProperties Class

CopyComputeScale properties for managed integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
CopyComputeScaleProperties

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

data_integration_unit
int

DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.

time_to_live
int

Time to live (in minutes) setting of integration runtime which will execute copy activity.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

data_integration_unit
int

DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.

time_to_live
int

Time to live (in minutes) setting of integration runtime which will execute copy activity.