public class FeedResponse<T> extends Object
Modifier and Type | Method and Description |
---|---|
String |
activityId()
Gets the activity ID for the request.
|
long |
collectionQuota()
Gets the maximum quota for collection resources within an account from the Azure Cosmos DB service.
|
long |
collectionSizeQuota()
Gets the maximum size of a collection in kilobytes from the Azure Cosmos DB service.
|
long |
collectionSizeUsage()
Gets the current size of a collection in kilobytes from the Azure Cosmos DB service.
|
long |
collectionUsage()
Gets the current number of collection resources within the account from the Azure Cosmos DB service.
|
String |
continuationToken()
Gets the continuation token to be used for continuing the enumeration.
|
String |
currentResourceQuotaUsage()
Gets the current size of this entity from the Azure Cosmos DB service.
|
long |
databaseQuota()
Gets the maximum quota for database resources within the account from the Azure Cosmos DB service.
|
long |
databaseUsage()
Gets the current number of database resources within the account from the Azure Cosmos DB service.
|
FeedResponseDiagnostics |
feedResponseDiagnostics()
Gets the feed response diagnostics
|
String |
maxResourceQuota()
Gets the maximum size limit for this entity from the Azure Cosmos DB service.
|
long |
permissionQuota()
Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service.
|
long |
permissionUsage()
Gets the current number of permission resources within the account from the Azure Cosmos DB service.
|
double |
requestCharge()
Gets the number of index paths (terms) generated by the operation.
|
Map<String,String> |
responseHeaders()
Gets the response headers.
|
List<T> |
results()
Results.
|
String |
sessionToken()
Gets the session token for use in session consistency.
|
long |
storedProceduresQuota()
Gets the maximum quota of stored procedures for a collection from the Azure Cosmos DB service.
|
long |
storedProceduresUsage()
Gets the current number of stored procedures for a collection from the Azure Cosmos DB service.
|
long |
triggersQuota()
Gets the maximum quota of triggers for a collection from the Azure Cosmos DB service.
|
long |
triggersUsage()
Get the current number of triggers for a collection from the Azure Cosmos DB service.
|
long |
userDefinedFunctionsQuota()
Gets the maximum quota of user defined functions for a collection from the Azure Cosmos DB service.
|
long |
userDefinedFunctionsUsage()
Gets the current number of user defined functions for a collection from the Azure Cosmos DB service.
|
long |
userQuota()
Gets the maximum quota for user resources within an account from the Azure Cosmos DB service.
|
long |
userUsage()
Gets the current number of user resources within the account from the Azure Cosmos DB service.
|
public long databaseQuota()
public long databaseUsage()
public long collectionQuota()
public long collectionUsage()
public long userQuota()
public long userUsage()
public long permissionQuota()
public long permissionUsage()
public long collectionSizeQuota()
public long collectionSizeUsage()
public long storedProceduresQuota()
public long storedProceduresUsage()
public long triggersQuota()
public long triggersUsage()
public long userDefinedFunctionsQuota()
public long userDefinedFunctionsUsage()
public String maxResourceQuota()
public String currentResourceQuotaUsage()
public double requestCharge()
public String activityId()
public String continuationToken()
public String sessionToken()
public Map<String,String> responseHeaders()
public FeedResponseDiagnostics feedResponseDiagnostics()
Copyright © 2019. All rights reserved.