Uses of Class
com.azure.resourcemanager.cosmos.models.DataType
-
Packages that use DataType Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of DataType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models that return DataType Modifier and Type Method Description DataTypeIndexes. dataType()Get the dataType property: 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.azure.resourcemanager.cosmos.models that return types with arguments of type DataType Modifier and Type Method Description static Collection<DataType>DataType. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type DataType Modifier and Type Method Description IndexesIndexes. withDataType(DataType dataType)Set the dataType property: The datatype for which the indexing behavior is applied to.
-