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