IntegrationRuntimeDataFlowProperties Class
Data flow properties for managed integration runtime.
- Inheritance
-
IntegrationRuntimeDataFlowProperties
Constructor
IntegrationRuntimeDataFlowProperties(*, additional_properties: Optional[Dict[str, object]] = None, compute_type: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.DataFlowComputeType]] = None, core_count: Optional[int] = None, time_to_live: Optional[int] = None, **kwargs)
Parameters
Required
Unmatched properties from the message are deserialized to this collection.
- compute_type
- str or DataFlowComputeType
Required
Compute type of the cluster which will execute data flow job. Possible values include: "General", "MemoryOptimized", "ComputeOptimized".
- core_count
- int
Required
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
Required
Time to live (in minutes) setting of the cluster which will execute data flow job.
Feedback
Submit and view feedback for