Uses of Class
com.azure.data.cosmos.CosmosContainer
-
Packages that use CosmosContainer Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosContainer in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CosmosContainer Modifier and Type Method Description CosmosContainer
CosmosContainerResponse. container()
Gets the Container objectCosmosContainer
CosmosDatabase. getContainer(String id)
Gets a CosmosContainer object without making a service callMethods in com.azure.data.cosmos with parameters of type CosmosContainer Modifier and Type Method Description ChangeFeedProcessor.BuilderDefinition
ChangeFeedProcessor.BuilderDefinition. feedContainer(CosmosContainer feedContainer)
Sets and existingCosmosContainer
to be used to read from the monitored collection.ChangeFeedProcessor.BuilderDefinition
ChangeFeedProcessor.BuilderDefinition. leaseContainer(CosmosContainer leaseContainer)
Sets an existingCosmosContainer
to be used to read from the leases collection.
-