| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the activity ID for the request.
|
long |
getCollectionQuota()
Max Quota.
|
long |
getCollectionSizeQuota()
Max Quota.
|
long |
getCollectionSizeUsage()
Current Usage.
|
long |
getCollectionUsage()
Current Usage.
|
String |
getCurrentResourceQuotaUsage()
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources).
|
long |
getDatabaseQuota()
Max Quota.
|
long |
getDatabaseUsage()
Current Usage.
|
String |
getMaxResourceQuota()
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master
resources).
|
long |
getPermissionQuota()
Max Quota.
|
long |
getPermissionUsage()
Current Usage.
|
QueryIterable<T> |
getQueryIterable()
Gets the query iterable of T.
|
Iterator<T> |
getQueryIterator()
Gets the query iterator of T.
|
double |
getRequestCharge()
Gets the number of index paths (terms) generated by the operation.
|
String |
getResponseContinuation()
Gets the continuation token to be used for continuing the enumeration.
|
Map<String,String> |
getResponseHeaders()
Gets the response headers.
|
boolean |
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.
|
String |
getSessionToken()
Gets the session token for use in session consistency.
|
long |
getStoredProceduresQuota()
Max Quota.
|
long |
getStoredProceduresUsage()
Current Usage.
|
long |
getTriggersQuota()
Max Quota.
|
long |
getTriggersUsage()
Current Usage.
|
long |
getUserDefinedFunctionsQuota()
Max Quota.
|
long |
getUserDefinedFunctionsUsage()
Current Usage.
|
long |
getUserQuota()
Max Quota.
|
long |
getUserUsage()
Current Usage.
|
public long getDatabaseQuota()
public long getDatabaseUsage()
public long getCollectionQuota()
public long getCollectionUsage()
public long getUserQuota()
public long getUserUsage()
public long getPermissionQuota()
public long getPermissionUsage()
public long getCollectionSizeQuota()
public long getCollectionSizeUsage()
public long getStoredProceduresQuota()
public long getStoredProceduresUsage()
public long getTriggersQuota()
public long getTriggersUsage()
public long getUserDefinedFunctionsQuota()
public long getUserDefinedFunctionsUsage()
public String getMaxResourceQuota()
public String getCurrentResourceQuotaUsage()
public double getRequestCharge()
public boolean getRUPerMinuteUsed()
public String getActivityId()
public String getResponseContinuation()
public String getSessionToken()
public Map<String,String> getResponseHeaders()
public QueryIterable<T> getQueryIterable()
Copyright © 2018. All rights reserved.