Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndexKeys
-
-
Uses of MongoIndexKeys in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoIndexKeys Modifier and Type Method Description MongoIndexKeysMongoIndex. key()Get cosmos DB Mongo collection index keys.MongoIndexKeysMongoIndexKeys. withKeys(List<String> keys)Set list of keys for each Mongo collection in the Azure Cosmos DB service.Methods in com.microsoft.azure.management.cosmosdb with parameters of type MongoIndexKeys Modifier and Type Method Description MongoIndexMongoIndex. withKey(MongoIndexKeys key)Set cosmos DB Mongo collection index keys.
-