次の方法で共有


RangeIndex.Precision プロパティ

定義

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)

プロパティ値

この特定のインデックスの有効桁数。 設定されていない場合は null を返します。

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

有効な値の範囲については、 を http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy 参照してください。

適用対象