USqlDistributionInfo.DynamicCount Property

Definition

Gets or sets the dynamic count of indices using this distribution.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to