IndexingDirective Enum
- java.
lang. Object - java.
lang. Enum<IndexingDirective> - com.
microsoft. azure. documentdb. IndexingDirective
- com.
- java.
public enum IndexingDirective
Specifies whether or not the resource is to be indexed in the Azure Cosmos DB database service.
Fields
Default |
Use any pre-defined/pre-configured defaults. |
Exclude |
Do not index the resource. |
Include |
Index the resource. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java