Modifier and Type | Method and Description |
---|---|
CosmosAsyncContainer |
CosmosAsyncContainerResponse.getContainer()
Gets the Container object
|
CosmosAsyncContainer |
CosmosAsyncDatabase.getContainer(String id)
Gets a CosmosAsyncContainer object without making a service call
|
Modifier and Type | Method and Description |
---|---|
static <T> reactor.core.publisher.Mono<FeedResponse<T>> |
ItemOperations.readManyAsync(CosmosAsyncContainer container,
List<org.apache.commons.lang3.tuple.Pair<String,PartitionKey>> itemKeyList,
Class<T> klass)
Note: although this method is public, it is not part of public API and may change in future.
|
ChangeFeedProcessor.BuilderDefinition |
ChangeFeedProcessor.BuilderDefinition.setFeedContainer(CosmosAsyncContainer feedContainer)
Sets and existing
CosmosAsyncContainer to be used to read from the monitored collection. |
ChangeFeedProcessor.BuilderDefinition |
ChangeFeedProcessor.BuilderDefinition.setLeaseContainer(CosmosAsyncContainer leaseContainer)
Sets an existing
CosmosAsyncContainer to be used to read from the leases collection. |
Copyright © 2020 Microsoft Corporation. All rights reserved.