IntegrationRuntimeDataFlowProperties Class

Data flow properties for managed integration runtime.

Inheritance
IntegrationRuntimeDataFlowProperties

Constructor

IntegrationRuntimeDataFlowProperties(*, additional_properties: Optional[Dict[str, Any]] = None, compute_type: Optional[Union[str, _models.DataFlowComputeType]] = None, core_count: Optional[int] = None, time_to_live: Optional[int] = None, cleanup: Optional[bool] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

compute_type
str or DataFlowComputeType

Compute type of the cluster which will execute data flow job. Known values are: "General", "MemoryOptimized", "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
bool

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.