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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type MongoIndexOptionsModifier and TypeClassDescriptionfinal classCosmos DB MongoDB collection index options.Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexOptionsModifier and TypeMethodDescriptionstatic MongoIndexOptionsMongoIndexOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MongoIndexOptions from the JsonReader.MongoIndex.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.