Uses of Class
com.microsoft.azure.management.cosmosdb.DataType
-
-
Uses of DataType in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as DataType Modifier and Type Field Description static DataTypeDataType. LINE_STRINGStatic value LineString for DataType.static DataTypeDataType. MULTI_POLYGONStatic value MultiPolygon for DataType.static DataTypeDataType. NUMBERStatic value Number for DataType.static DataTypeDataType. POINTStatic value Point for DataType.static DataTypeDataType. POLYGONStatic value Polygon for DataType.static DataTypeDataType. STRINGStatic value String for DataType.Methods in com.microsoft.azure.management.cosmosdb that return DataType Modifier and Type Method Description DataTypeIndexes. dataType()Get the datatype for which the indexing behavior is applied to.static DataTypeDataType. fromString(String name)Creates or finds a DataType from its string representation.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type DataType Modifier and Type Method Description static Collection<DataType>DataType. values()Methods in com.microsoft.azure.management.cosmosdb with parameters of type DataType Modifier and Type Method Description IndexesIndexes. withDataType(DataType dataType)Set the datatype for which the indexing behavior is applied to.
-