Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Field and Description |
---|---|
static IndexingMode |
IndexingMode.CONSISTENT
Static value Consistent for IndexingMode.
|
static IndexingMode |
IndexingMode.LAZY
Static value Lazy for IndexingMode.
|
static IndexingMode |
IndexingMode.NONE
Static value None for IndexingMode.
|
Modifier and Type | Method and Description |
---|---|
static IndexingMode |
IndexingMode.fromString(String name)
Creates or finds a IndexingMode from its string representation.
|
IndexingMode |
IndexingPolicy.indexingMode()
Get indicates the indexing mode.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IndexingMode> |
IndexingMode.values() |
Modifier and Type | Method and Description |
---|---|
IndexingPolicy |
IndexingPolicy.withIndexingMode(IndexingMode indexingMode)
Set indicates the indexing mode.
|
Copyright © 2019. All rights reserved.