HashIndex.Precision Property

Definition

Gets or sets the precision for this particular index in the Azure DocumentDB database service.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="precision")]
public Nullable<short> Precision { get; set; }
Property Value

The precision for this particular index. Returns null, if not set.

Remarks

Refer to Customizing the indexing policy of a collection for valid ranges of values.