| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
| Modifier and Type | Class and Description |
|---|---|
class |
HashIndex
Represents a hash index in the Azure Cosmos DB database service.
|
class |
RangeIndex
Represents a range index in the Azure Cosmos DB database service.
|
class |
SpatialIndex
Represents a spatial index in the Azure Cosmos DB database service.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Index> |
IncludedPath.getIndexes()
Gets the paths that are chosen to be indexed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncludedPath.setIndexes(Collection<Index> indexes) |
| Constructor and Description |
|---|
IndexingPolicy(Index[] defaultIndexOverrides)
Initializes a new instance of the IndexingPolicy class with the specified set of indexes as
default index specifications for the root path.
|
Copyright © 2018. All rights reserved.