Uses of Class
com.azure.data.cosmos.RangeIndex
-
Packages that use RangeIndex Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of RangeIndex in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return RangeIndex Modifier and Type Method Description RangeIndex
RangeIndex. dataType(DataType dataType)
Sets data type.RangeIndex
RangeIndex. precision(int precision)
Sets precision.static RangeIndex
Index. Range(DataType dataType)
Returns an instance of RangeIndex class with specified DataType.static RangeIndex
Index. Range(DataType dataType, int precision)
Returns an instance of RangeIndex class with specified DataType and precision.
-