IntegrationRuntimeDataFlowProperties Class

Data flow properties for managed integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
IntegrationRuntimeDataFlowProperties

Constructor

IntegrationRuntimeDataFlowProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, compute_type: str | _models.DataFlowComputeType | None = None, core_count: int | None = None, time_to_live: int | None = None, cleanup: bool | None = None, custom_properties: List[_models.IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem] | 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.

compute_type

Compute type of the cluster which will execute data flow job. Known values are: "General", "MemoryOptimized", and "ComputeOptimized".

core_count
int

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.

time_to_live
int

Time to live (in minutes) setting of the cluster which will execute data flow job.

cleanup

Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.

custom_properties

Custom properties are used to tune the data flow runtime performance.

Variables

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

Unmatched properties from the message are deserialized to this collection.

compute_type

Compute type of the cluster which will execute data flow job. Known values are: "General", "MemoryOptimized", and "ComputeOptimized".

core_count
int

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.

time_to_live
int

Time to live (in minutes) setting of the cluster which will execute data flow job.

cleanup

Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.

custom_properties

Custom properties are used to tune the data flow runtime performance.