Uses of Enum
com.azure.cosmos.models.IndexingDirective
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of IndexingDirective in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosItemRequestOptions.getIndexingDirective()
Gets the indexing directive (index, do not index etc).static IndexingDirective
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.Modifier and TypeMethodDescriptionCosmosItemRequestOptions.setIndexingDirective
(IndexingDirective indexingDirective) Sets the indexing directive (index, do not index etc).