FeedResponse<T> Class
Definition
- java.lang.Object
- com.microsoft.azure.documentdb.FeedResponse<T>
Template class used by feed methods (enumeration operations) in the Azure Cosmos DB database service.
public final class FeedResponse<T>
Type Parameters
- T
Methods
| 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. |
| 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. |
| 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. |
| 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. |