Modifier and Type | Method and Description |
---|---|
IndexingMode |
IndexingPolicy.getIndexingMode()
Gets the indexing mode (consistent or lazy).
|
static IndexingMode |
IndexingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexingMode[] |
IndexingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexingPolicy |
IndexingPolicy.setIndexingMode(IndexingMode indexingMode)
Sets the indexing mode (consistent or lazy).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.