Partager via


RangeIndex.Precision Propriété

Définition

Obtient ou définit la précision de cet index particulier dans le service Azure Cosmos DB.

[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)

Valeur de propriété

Précision de cet index particulier. Retourne null, s’il n’est pas défini.

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Reportez-vous à pour http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy connaître les plages de valeurs valides.

S’applique à