Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndex
-
Packages that use MongoIndex Package Description com.azure.resourcemanager.cosmos.models 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 MongoIndex Modifier and Type Method Description MongoIndexMongoIndex. withKey(MongoIndexKeys key)Set the key property: Cosmos DB MongoDB collection index keys.MongoIndexMongoIndex. 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 MongoIndex Modifier and Type Method Description List<MongoIndex>MongoDBCollectionResource. indexes()Get the indexes property: List of index keys.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type MongoIndex Modifier and Type Method Description MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetPropertiesResource. withIndexes(List<MongoIndex> indexes)Set the indexes property: List of index keys.MongoDBCollectionResourceMongoDBCollectionResource. withIndexes(List<MongoIndex> indexes)Set the indexes property: List of index keys.
-