Cluster.ClusterSize Property

Definition

Gets or sets the cluster size

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterSize")]
public int? ClusterSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clusterSize")>]
member this.ClusterSize : Nullable<int> with get, set
Public Property ClusterSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to