| Modifier and Type | Method and Description |
|---|---|
MongoIndexKeys |
MongoIndex.key()
Get cosmos DB MongoDB collection index keys.
|
MongoIndexKeys |
MongoIndexKeys.withKeys(List<String> keys)
Set list of keys for each MongoDB collection in the Azure Cosmos DB service.
|
| Modifier and Type | Method and Description |
|---|---|
MongoIndex |
MongoIndex.withKey(MongoIndexKeys key)
Set cosmos DB MongoDB collection index keys.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/