Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndexKeys
-
Packages that use MongoIndexKeys Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of MongoIndexKeys in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexKeys Modifier and Type Method Description MongoIndexKeysMongoIndex. key()Get the key property: Cosmos DB MongoDB collection index keys.MongoIndexKeysMongoIndexKeys. withKeys(List<String> keys)Set the keys property: List of keys for each MongoDB collection in the Azure Cosmos DB service.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoIndexKeys Modifier and Type Method Description MongoIndexMongoIndex. withKey(MongoIndexKeys key)Set the key property: Cosmos DB MongoDB collection index keys.
-