FeedResponse<T> 类
定义
Template class used by feed methods (enumeration operations) in the Azure Cosmos DB database service.
public class FeedResponse<T extends Resource>
类型参数
- T
the resource type of the feed response.
- 继承
-
java.lang.ObjectFeedResponse<T>
方法
getActivityId() |
Gets the activity ID for the request.
|
getCollectionQuota() |
Max Quota.
|
getCollectionSizeQuota() |
Max Quota.
|
getCollectionSizeUsage() |
Current Usage.
|
getCollectionUsage() |
Current Usage.
|
getCurrentResourceQuotaUsage() |
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources).
|
getDatabaseQuota() |
Max Quota.
|
getDatabaseUsage() |
Current Usage.
|
getMaxResourceQuota() |
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
|
getPermissionQuota() |
Max Quota.
|
getPermissionUsage() |
Current Usage.
|
getQueryIterable() |
Gets the query iterable of T.
|
getQueryIterator() |
Gets the query iterator of T.
|
getRequestCharge() |
Gets the number of index paths (terms) generated by the operation.
|
getResponseContinuation() |
Gets the continuation token to be used for continuing the enumeration.
|
getResponseHeaders() |
Gets the response headers.
|
getRUPerMinuteUsed() |
Gets the flag associated with the response from the Azure Cosmos DB database service whether this feed request is served from Request Units(RUs)/minute capacity or not.
|
getSessionToken() |
Gets the session token for use in session consistency.
|
getStoredProceduresQuota() |
Max Quota.
|
getStoredProceduresUsage() |
Current Usage.
|
getTriggersQuota() |
Max Quota.
|
getTriggersUsage() |
Current Usage.
|
getUserDefinedFunctionsQuota() |
Max Quota.
|
getUserDefinedFunctionsUsage() |
Current Usage.
|
getUserQuota() |
Max Quota.
|
getUserUsage() |
Current Usage.
|