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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type MongoIndexKeysModifier and TypeClassDescriptionfinal classCosmos DB MongoDB collection resource object.Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexKeysModifier and TypeMethodDescriptionstatic MongoIndexKeysMongoIndexKeys.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.