IntegrationRuntimeDataFlowProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data flow properties for managed integration runtime.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDataFlowProperties+IntegrationRuntimeDataFlowPropertiesConverter))]
public class IntegrationRuntimeDataFlowProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDataFlowProperties+IntegrationRuntimeDataFlowPropertiesConverter))>]
type IntegrationRuntimeDataFlowProperties = class
Public Class IntegrationRuntimeDataFlowProperties
- Inheritance
-
IntegrationRuntimeDataFlowProperties
- Attributes
Constructors
IntegrationRuntimeDataFlowProperties() |
Initializes a new instance of IntegrationRuntimeDataFlowProperties. |
Properties
AdditionalProperties |
Additional Properties. |
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. |
ComputeType |
Compute type of the cluster which will execute data flow job. |
CoreCount |
Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. |
TimeToLive |
Time to live (in minutes) setting of the cluster which will execute data flow job. |
Applies to
Azure SDK for .NET