Uses of Class
com.azure.resourcemanager.cosmos.models.DataType
Packages that use DataType
Package
Description
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 DataTypeModifier and TypeFieldDescriptionstatic final DataTypeDataType.LINE_STRINGStatic value LineString for DataType.static final DataTypeDataType.MULTI_POLYGONStatic value MultiPolygon for DataType.static final DataTypeDataType.NUMBERStatic value Number for DataType.static final DataTypeDataType.POINTStatic value Point for DataType.static final DataTypeDataType.POLYGONStatic value Polygon for DataType.static final DataTypeDataType.STRINGStatic value String for DataType.Methods in com.azure.resourcemanager.cosmos.models that return DataTypeModifier and TypeMethodDescriptionIndexes.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 DataTypeModifier and TypeMethodDescriptionstatic Collection<DataType>DataType.values()Gets known DataType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type DataTypeModifier and TypeMethodDescriptionIndexes.withDataType(DataType dataType) Set the dataType property: The datatype for which the indexing behavior is applied to.