IndexingPath.NumericPrecision Property
Gets or set the precision for this particular index type for numeric data.
Namespace: Microsoft.Azure.Documents
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Usage
'Usage
Dim instance As IndexingPath
Dim value As Nullable(Of Integer)
value = instance.NumericPrecision
instance.NumericPrecision = value
Syntax
'Declaration
<JsonPropertyAttribute(PropertyName:="NumericPrecision")> _
Public Property NumericPrecision As Nullable(Of Integer)
[JsonPropertyAttribute(PropertyName="NumericPrecision")]
public Nullable<int> NumericPrecision { get; set; }
[JsonPropertyAttribute(PropertyName=L"NumericPrecision")]
public:
property Nullable<int> NumericPrecision {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_NumericPrecision ()
/** @property */
public void set_NumericPrecision (Nullable<int> value)
public function get NumericPrecision () : Nullable<int>
public function set NumericPrecision (value : Nullable<int>)
Property Value
The precision for this particular index type for numeric data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IndexingPath Class
IndexingPath Members
Microsoft.Azure.Documents Namespace