RangeIndex.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

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

Remarks

Refer to http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy for valid ranges of values.