Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Field and Description |
---|---|
static IndexKind |
IndexKind.HASH
Static value Hash for IndexKind.
|
static IndexKind |
IndexKind.RANGE
Static value Range for IndexKind.
|
static IndexKind |
IndexKind.SPATIAL
Static value Spatial for IndexKind.
|
Modifier and Type | Method and Description |
---|---|
static IndexKind |
IndexKind.fromString(String name)
Creates or finds a IndexKind from its string representation.
|
IndexKind |
Indexes.kind()
Get indicates the type of index.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IndexKind> |
IndexKind.values() |
Modifier and Type | Method and Description |
---|---|
Indexes |
Indexes.withKind(IndexKind kind)
Set indicates the type of index.
|
Copyright © 2019. All rights reserved.