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.
|
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 |
---|---|
IncludedPath |
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 © 2020 Microsoft Corporation. All rights reserved.