Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndex
Packages that use MongoIndex
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of MongoIndex in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexModifier and TypeMethodDescriptionstatic MongoIndex
MongoIndex.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MongoIndex from the JsonReader.MongoIndex.withKey
(MongoIndexKeys key) Set the key property: Cosmos DB MongoDB collection index keys.MongoIndex.withOptions
(MongoIndexOptions options) Set the options property: Cosmos DB MongoDB collection index key options.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type MongoIndexModifier and TypeMethodDescriptionMongoDBCollectionResource.indexes()
Get the indexes property: List of index keys.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type MongoIndexModifier and TypeMethodDescriptionMongoDBCollectionGetPropertiesResource.withIndexes
(List<MongoIndex> indexes) Set the indexes property: List of index keys.MongoDBCollectionResource.withIndexes
(List<MongoIndex> indexes) Set the indexes property: List of index keys.