Uses of Class
com.azure.cosmos.CosmosContainer
Packages that use CosmosContainer
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosContainer in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosContainerModifier and TypeMethodDescriptionCosmosDatabase.getContainer
(String id) Gets a Cosmos container instance without making a service call.Constructors in com.azure.cosmos with parameters of type CosmosContainerModifierConstructorDescriptionCosmosStoredProcedure
(String id, CosmosContainer container, CosmosAsyncStoredProcedure storedProcedure) Instantiates a new Cosmos sync stored procedure.