Modifier and Type | Method and Description |
---|---|
IndexingDirective |
CosmosItemRequestOptions.getIndexingDirective()
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.
|
Modifier and Type | Method and Description |
---|---|
CosmosItemRequestOptions |
CosmosItemRequestOptions.setIndexingDirective(IndexingDirective indexingDirective)
Sets the indexing directive (index, do not index etc).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.