Share via


IntegrationRuntimeDataFlowProperties.ComputeType Property

Definition

Gets or sets compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'

[Newtonsoft.Json.JsonProperty(PropertyName="computeType")]
public string ComputeType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="computeType")>]
member this.ComputeType : string with get, set
Public Property ComputeType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to