DataType Enum

  • java.lang.Object
    • java.lang.Enum<DataType>
      • com.microsoft.azure.documentdb.DataType

public enum DataType

Data types in the Azure Cosmos DB database service.

Fields

LineString

Represents a line string data type.

MultiPolygon

Represent a multi-polygon 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.

Applies to