IndexingPath.StringPrecision Property
Gets or set the precision for this particular index type for string 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.StringPrecision
instance.StringPrecision = value
Syntax
'Declaration
<JsonPropertyAttribute(PropertyName:="StringPrecision")> _
Public Property StringPrecision As Nullable(Of Integer)
[JsonPropertyAttribute(PropertyName="StringPrecision")]
public Nullable<int> StringPrecision { get; set; }
[JsonPropertyAttribute(PropertyName=L"StringPrecision")]
public:
property Nullable<int> StringPrecision {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_StringPrecision ()
/** @property */
public void set_StringPrecision (Nullable<int> value)
public function get StringPrecision () : Nullable<int>
public function set StringPrecision (value : Nullable<int>)
Property Value
The string precision for this particular index for string 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