DataType Enumeration
Updated: June 30, 2017
Defines the target data type of an index path specification in the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Member name | Description | |
|---|---|---|
| LineString | Represent a line string data type. | |
| Number | Represents a numeric data type. | |
| Point | Represent a point data type. | |
| Polygon | Represent a polygon data type. | |
| String | Represents a string data type. | |
| IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) | |
| IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) | |
| IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |