Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndexOptions
Packages that use MongoIndexOptions
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of MongoIndexOptions in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexOptionsModifier and TypeMethodDescriptionMongoIndex.options()Get the options property: Cosmos DB MongoDB collection index key options.MongoIndexOptions.withExpireAfterSeconds(Integer expireAfterSeconds) Set the expireAfterSeconds property: Expire after seconds.MongoIndexOptions.withUnique(Boolean unique) Set the unique property: Is unique or not.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoIndexOptionsModifier and TypeMethodDescriptionMongoIndex.withOptions(MongoIndexOptions options) Set the options property: Cosmos DB MongoDB collection index key options.