Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBCollectionResource
Packages that use MongoDBCollectionResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a MongoDB collection.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateProperties.withResource(MongoDBCollectionResource resource) Set the resource property: The standard JSON format of a MongoDB collection. -
Uses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.models
Subclasses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classThe MongoDBCollectionGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a MongoDB collection.MongoDBCollectionResource.withAnalyticalStorageTtl(Integer analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.Set the id property: Name of the Cosmos DB MongoDB collection.MongoDBCollectionResource.withIndexes(List<MongoIndex> indexes) Set the indexes property: List of index keys.MongoDBCollectionResource.withShardKey(Map<String, String> shardKey) Set the shardKey property: A key-value pair of shard keys to be applied for the request.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateParameters.withResource(MongoDBCollectionResource resource) Set the resource property: The standard JSON format of a MongoDB collection.