This documentation is archived and is not being maintained.
IResourceResponseBase Interface
Updated: June 30, 2017
Represents the non-resource specific service response headers returned by any request in the Azure DocumentDB database service.
Namespace:
Microsoft.Azure.Documents.ClientAssembly:
Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
No code example is currently available or this language may not be supported.
| Name | Description |
|---|
 | |
Gets the activity ID for the request.
|
 | |
Gets the maximum quota for collection resources within an account.
|
 | |
Maximum size of a collection in kilobytes.
|
 | |
Current size of a collection in kilobytes.
|
 | |
The current number of collection resources within the account.
|
 | |
The content parent location, for example, dbs/foo/colls/bar
|
 | |
Gets the current size of this entity.
|
 | |
Gets the maximum quota for database resources within the account.
|
 | |
The current number of database resources within the account.
|
 | |
Maximum size of a documents within a collection in kilobytes.
|
 | |
Current size of documents within a collection in kilobytes.
|
 | |
Gets the progress of an index transformation, if one is underway.
|
 | |
Gets the progress of lazy indexing.
|
 | |
Gets the maximum size limit for this entity.
|
 | |
Gets the maximum quota for permission resources within an account.
|
 | |
The current number of permission resources within the account.
|
 | |
Gets the request charge for this request.
|
 | |
Gets the response headers.
|
 | |
Gets the underlying stream of the response.
|
 | |
Gets the session token for use in sesssion consistency reads.
|
 | |
Gets the HTTP status code associated with the response.
|
 | |
Gets the maximum quota of stored procedures for a collection.
|
 | |
The current number of stored procedures for a collection.
|
 | |
Gets the maximum quota of triggers for a collection.
|
 | |
The current number of triggers for a collection.
|
 | |
Gets the maximum quota of user defined functions for a collection.
|
 | |
The current number of user defined functions for a collection.
|
 | |
Gets the maximum quota for user resources within an account.
|
 | |
The current number of user resources within the account.
|
Interface exposed for mocking purposes for the Azure DocumentDB database service.
Return to top