SynapseIntegrationRuntimeDataFlowProperties 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.
public class SynapseIntegrationRuntimeDataFlowProperties
type SynapseIntegrationRuntimeDataFlowProperties = class
Public Class SynapseIntegrationRuntimeDataFlowProperties
- Inheritance
-
SynapseIntegrationRuntimeDataFlowProperties
Constructors
SynapseIntegrationRuntimeDataFlowProperties() |
Initializes a new instance of SynapseIntegrationRuntimeDataFlowProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
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