Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndexKeys
Packages that use MongoIndexKeys
Package
Description
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 MongoIndexKeysModifier and TypeMethodDescriptionstatic MongoIndexKeys
MongoIndexKeys.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MongoIndexKeys from the JsonReader.MongoIndex.key()
Get the key property: Cosmos DB MongoDB collection index 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 MongoIndexKeysModifier and TypeMethodDescriptionMongoIndex.withKey
(MongoIndexKeys key) Set the key property: Cosmos DB MongoDB collection index keys.