Uses of Class
com.azure.cosmos.CosmosAsyncContainer
Packages that use CosmosAsyncContainer
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosAsyncContainer in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosAsyncContainerModifier and TypeMethodDescriptionCosmosAsyncDatabase.getContainer(String id) Gets a CosmosAsyncContainer object without making a service callMethods in com.azure.cosmos with parameters of type CosmosAsyncContainerModifier and TypeMethodDescriptionChangeFeedProcessorBuilder.feedContainer(CosmosAsyncContainer feedContainer) Sets and existingCosmosAsyncContainerto be used to read from the monitored container.ChangeFeedProcessorBuilder.leaseContainer(CosmosAsyncContainer leaseContainer) Sets an existingCosmosAsyncContainerto be used to read from the leases container.