Package | Description |
---|---|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
ChangeFeedProcessorState |
ChangeFeedProcessorState.setContinuationToken(String continuationToken)
Sets a marker representing the last item that was processed.
|
ChangeFeedProcessorState |
ChangeFeedProcessorState.setEstimatedLag(int estimatedLag)
Sets the estimated lag.
|
ChangeFeedProcessorState |
ChangeFeedProcessorState.setHostName(String hostName)
Sets the name of the host which operates on the lease item.
|
ChangeFeedProcessorState |
ChangeFeedProcessorState.setLeaseToken(String leaseToken)
Sets the token of the lease item representing the persistent state of a change feed processor worker.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.