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