FeedOptionsBase 类
定义
Specifies the common options associated with feed methods (enumeration operations) in the Azure Cosmos DB database service.
public class FeedOptionsBase
- 继承
-
java.lang.ObjectFeedOptionsBase
构造函数
FeedOptionsBase() |
方法
getPageSize() |
Gets the maximum number of items to be returned in the enumeration operation.
|
getRequestContinuation() |
Gets the request continuation token.
|
setPageSize(Integer pageSize) |
Sets the maximum number of items to be returned in the enumeration operation.
|
setRequestContinuation(String requestContinuation) |
Sets the request continuation token.
|