public class MongoIndexKeys extends Object
| Constructor and Description |
|---|
MongoIndexKeys() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
keys()
Get list of keys for each MongoDB collection in the Azure Cosmos DB service.
|
MongoIndexKeys |
withKeys(List<String> keys)
Set list of keys for each MongoDB collection in the Azure Cosmos DB service.
|
public List<String> keys()
public MongoIndexKeys withKeys(List<String> keys)
keys - the keys value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/