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 setCopyright © 2019. All rights reserved.