你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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