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.
public class IntegrationRuntimeDataFlowProperties
type IntegrationRuntimeDataFlowProperties = class
Public Class IntegrationRuntimeDataFlowProperties
- Inheritance
-
IntegrationRuntimeDataFlowProperties
Constructors
IntegrationRuntimeDataFlowProperties() |
Initializes a new instance of the IntegrationRuntimeDataFlowProperties class. |
IntegrationRuntimeDataFlowProperties(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the IntegrationRuntimeDataFlowProperties class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
ComputeType |
Gets or sets compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized' |
CoreCount |
Gets or sets core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. |
TimeToLive |
Gets or sets time to live (in minutes) setting of the cluster which will execute data flow job. |
Methods
Validate() |
Validate the object. |