Modifier and Type | Method and Description |
---|---|
ChangeFeedOptions |
ChangeFeedOptions.setMaxItemCount(Integer maxItemCount)
Sets the maximum number of items to be returned in the enumeration
operation.
|
ChangeFeedOptions |
ChangeFeedOptions.setPartitionKey(PartitionKey partitionkey)
Sets the partition key used to identify the current request's target
partition.
|
ChangeFeedOptions |
ChangeFeedOptions.setProperties(Map<String,Object> properties)
Sets the properties used to identify the request token.
|
ChangeFeedOptions |
ChangeFeedOptions.setRequestContinuation(String requestContinuation)
Sets the request continuation token.
|
ChangeFeedOptions |
ChangeFeedOptions.setStartDateTime(OffsetDateTime startDateTime)
Sets the zoned date time (exclusive) to start looking for changes after.
|
ChangeFeedOptions |
ChangeFeedOptions.setStartFromBeginning(boolean startFromBeginning)
Set whether change feed should start from beginning (true) or from current
(false).
|
Constructor and Description |
---|
ChangeFeedOptions(ChangeFeedOptions options) |
Copyright © 2020 Microsoft Corporation. All rights reserved.