Table of Contents

Enum DataType

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.Documents.Client.dll

Defines the target data type of an index path specification in the Azure Cosmos DB service.

public enum DataType
Extension Methods

Fields

LineString = 3

Represent a line string data type.

MultiPolygon = 5

Represent a multi-polygon data type.

Number = 0

Represents a numeric data type.

Point = 2

Represent a point data type.

Polygon = 4

Represent a polygon data type.

String = 1

Represents a string data type.