HDInsightOnDemandLinkedService.ClusterSize Property

Definition

Gets or sets number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clusterSize")]
public object ClusterSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clusterSize")>]
member this.ClusterSize : obj with get, set
Public Property ClusterSize As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to