Uses of Class
com.azure.cosmos.CosmosContainer
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosContainer in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosDatabase.getContainer
(String id) Gets a Cosmos container instance without making a service call.ModifierConstructorDescriptionCosmosStoredProcedure
(String id, CosmosContainer container, CosmosAsyncStoredProcedure storedProcedure) Instantiates a new Cosmos sync stored procedure.