IntegrationRuntimeDataFlowProperties Class
Data flow properties for managed integration runtime.
Constructor
IntegrationRuntimeDataFlowProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
compute_type
|
Compute type of the cluster which will execute data flow job. Known values are: "General", "MemoryOptimized", and "ComputeOptimized". |
|
core_count
|
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
|
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. |
Attributes
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.
cleanup: bool | None
compute_type
"General", "MemoryOptimized", and "ComputeOptimized".
compute_type: str | _models.DataFlowComputeType | None
core_count
8, 16, 32, 48, 80, 144 and 272.
core_count: int | None
custom_properties
Custom properties are used to tune the data flow runtime performance.
custom_properties: list['_models.IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem'] | None
time_to_live
Time to live (in minutes) setting of the cluster which will execute data flow job.
time_to_live: int | None