Uses of Class
com.azure.data.cosmos.IndexKind
-
Packages that use IndexKind Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of IndexKind in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return IndexKind Modifier and Type Method Description IndexKind
Index. kind()
Gets index kind.static IndexKind
IndexKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexKind[]
IndexKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-