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