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 TypeMethodDescriptionstatic MongoDBCollectionResourceMongoDBCollectionResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MongoDBCollectionResource from the JsonReader.MongoDBCollectionCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a MongoDB collection.MongoDBCollectionResource.withAnalyticalStorageTtl(Integer analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.MongoDBCollectionResource.withCreateMode(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.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.withRestoreParameters(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.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.