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
Remarks
Refer to Customizing the indexing policy of a collection for valid ranges of values.