HashIndex.Precision Property

Definition

Gets or sets the precision for this particular index in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="precision")]
public short? Precision { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="precision")>]
member this.Precision : Nullable<int16> with get, set
Public Property Precision As Nullable(Of Short)

Property Value

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

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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

Applies to