ResourceResponse Members
Represents the service response to a request made from DocumentClient. Contains both the resource and the response headers.
The following tables list the members exposed by the ResourceResponse type.
Public Properties
Name | Description | |
---|---|---|
ActivityId | Gets the Activity ID for the request. | |
CollectionQuota | The max quota. | |
CollectionUsage | The current usage. | |
CurrentResourceQuotaUsage | Gets the current size of this entity. | |
DatabaseQuota | The max quota. | |
DatabaseUsage | The current usage. | |
DocumentSizeQuota | The max quota. | |
DocumentSizeUsage | The current usage. | |
MaxResourceQuota | Gets the maximum size limit for this entity. | |
PermissionQuota | The max quota. | |
PermissionUsage | The current usage. | |
RequestCharge | Gets the number of index paths (terms) generated by the operation. | |
Resource | Gets the resource for the request. | |
ResponseHeaders | Gets the headers associated with the response. | |
SessionToken | Gets the token used for managing the client's consistency requirements. | |
StatusCode | Gets the HTTP status code associated with the response. | |
StoredProceduresQuota | The max quota. | |
StoredProceduresUsage | The current usage. | |
TriggersQuota | The max quota. | |
TriggersUsage | The current usage. | |
UserDefinedFunctionsQuota | The max quota. | |
UserDefinedFunctionsUsage | The current usage. | |
UserQuota | The max quota. | |
UserUsage | The current usage. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Implicit | Returns the resource in the response implicitly. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ResourceResponse Class
Microsoft.Azure.Documents.Client Namespace