ResourceResponseBase
Class
Definition
Represents the non-resource specific service response headers returned by any request in the Azure DocumentDB database service.
public abstract class ResourceResponseBase : Microsoft.Azure.Documents.Client.IResourceResponseBase
- Inheritance
-
ResourceResponseBase
- Derived
- Implements
Constructors
| ResourceResponseBase() |
Constructor exposed for mocking purposes for the Azure DocumentDB database service. |
Properties
| ActivityId |
Gets the activity ID for the request from the Azure DocumentDB database service. |
| CollectionQuota |
Gets the maximum quota for collection resources within an account from the Azure DocumentDB database service. |
| CollectionSizeQuota |
Gets the maximum size of a collection in kilobytes from the Azure DocumentDB database service. |
| CollectionSizeUsage |
Gets the current size of a collection in kilobytes from the Azure DocumentDB database service. |
| CollectionUsage |
Gets the current number of collection resources within the account from the Azure DocumentDB database service. |
| ContentLocation |
The content parent location, for example, dbs/foo/colls/bar in the Azure DocumentDB database service. |
| CurrentResourceQuotaUsage |
Gets the current size of this entity from the Azure DocumentDB database service. |
| DatabaseQuota |
Gets the maximum quota for database resources within the account from the Azure DocumentDB database service. |
| DatabaseUsage |
Gets the current number of database resources within the account from the Azure DocumentDB database service. |
| DocumentQuota |
Gets the maximum size of a documents within a collection in kilobytes from the Azure DocumentDB database service. |
| DocumentUsage |
Gets the current size of documents within a collection in kilobytes from the Azure DocumentDB database service. |
| IndexTransformationProgress |
Gets the progress of an index transformation, if one is underway from the Azure DocumentDB database service. |
| IsRUPerMinuteUsed |
Gets the flag associated with the response from the Azure DocumentDB database service whether this request is served from Request Units(RUs)/minute capacity or not. |
| LazyIndexingProgress |
Gets the progress of lazy indexing from the Azure DocumentDB database service. |
| MaxResourceQuota |
Gets the maximum size limit for this entity from the Azure DocumentDB database service. |
| PermissionQuota |
Gets the maximum quota for permission resources within an account from the Azure DocumentDB database service. |
| PermissionUsage |
Gets the current number of permission resources within the account from the Azure DocumentDB database service. |
| RequestCharge |
Gets the request charge for this request from the Azure DocumentDB database service. |
| ResponseHeaders |
Gets the response headers from the Azure DocumentDB database service. |
| ResponseStream |
Gets the underlying stream of the response from the Azure DocumentDB database service. |
| SessionToken |
Gets the session token for use in sesssion consistency reads from the Azure DocumentDB database service. |
| StatusCode |
Gets the HTTP status code associated with the response from the Azure DocumentDB database service. |
| StoredProceduresQuota |
Gets the maximum quota of stored procedures for a collection from the Azure DocumentDB database service. |
| StoredProceduresUsage |
Gets the current number of stored procedures for a collection from the Azure DocumentDB database service. |
| TriggersQuota |
Gets the maximum quota of triggers for a collection from the Azure DocumentDB database service. |
| TriggersUsage |
Gets the current number of triggers for a collection from the Azure DocumentDB database service. |
| UserDefinedFunctionsQuota |
Gets the maximum quota of user defined functions for a collection from the Azure DocumentDB database service. |
| UserDefinedFunctionsUsage |
Gets the current number of user defined functions for a collection from the Azure DocumentDB database service. |
| UserQuota |
Gets the maximum quota for user resources within an account from the Azure DocumentDB database service. |
| UserUsage |
Gets the current number of user resources within the account from the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |