| Package | Description |
|---|---|
| com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
| Modifier and Type | Method and Description |
|---|---|
CosmosAsyncContainer |
CosmosAsyncDatabase.getContainer(String id)
Gets a CosmosAsyncContainer object without making a service call
|
| Modifier and Type | Method and Description |
|---|---|
ChangeFeedProcessorBuilder |
ChangeFeedProcessorBuilder.feedContainer(CosmosAsyncContainer feedContainer)
Sets and existing
CosmosAsyncContainer to be used to read from the monitored container. |
ChangeFeedProcessorBuilder |
ChangeFeedProcessorBuilder.leaseContainer(CosmosAsyncContainer leaseContainer)
Sets an existing
CosmosAsyncContainer to be used to read from the leases container. |
Copyright © 2020 Microsoft Corporation. All rights reserved.