Modifier and Type | Method and Description |
---|---|
CosmosContainer |
CosmosContainerResponse.container()
Gets the Container object
|
CosmosContainer |
CosmosDatabase.getContainer(String id)
Gets a CosmosContainer object without making a service call
|
Modifier and Type | Method and Description |
---|---|
ChangeFeedProcessor.BuilderDefinition |
ChangeFeedProcessor.BuilderDefinition.feedContainer(CosmosContainer feedContainer)
Sets and existing
CosmosContainer to be used to read from the monitored collection. |
ChangeFeedProcessor.BuilderDefinition |
ChangeFeedProcessor.BuilderDefinition.leaseContainer(CosmosContainer leaseContainer)
Sets an existing
CosmosContainer to be used to read from the leases collection. |
Copyright © 2019. All rights reserved.