public abstract class FeedOptionsBase extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | FeedOptionsBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getMaxItemCount()Gets the maximum number of items to be returned in the enumeration
 operation. | 
| PartitionKey | getPartitionKey()Gets the partition key used to identify the current request's target
 partition. | 
| String | getRequestContinuation()Gets the request continuation token. | 
| void | setMaxItemCount(Integer maxItemCount)Sets the maximum number of items to be returned in the enumeration
 operation. | 
| void | setPartitionKey(PartitionKey partitionkey)Sets the partition key used to identify the current request's target
 partition. | 
| void | setRequestContinuation(String requestContinuation)Sets the request continuation token. | 
public Integer getMaxItemCount()
public void setMaxItemCount(Integer maxItemCount)
maxItemCount - the max number of items.public String getRequestContinuation()
public void setRequestContinuation(String requestContinuation)
requestContinuation - the request continuation.public PartitionKey getPartitionKey()
public void setPartitionKey(PartitionKey partitionkey)
partitionkey - the partition key value.Copyright © 2018. All rights reserved.