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
public property ActivityId Gets the Activity ID for the request.
public property CollectionQuota The max quota.
public property CollectionUsage The current usage.
public property CurrentResourceQuotaUsage Gets the current size of this entity.
public property DatabaseQuota The max quota.
public property DatabaseUsage The current usage.
public property DocumentSizeQuota The max quota.
public property DocumentSizeUsage The current usage.
public property MaxResourceQuota Gets the maximum size limit for this entity.
public property PermissionQuota The max quota.
public property PermissionUsage The current usage.
public property RequestCharge Gets the number of index paths (terms) generated by the operation.
public property Resource Gets the resource for the request.
public property ResponseHeaders Gets the headers associated with the response.
public property SessionToken Gets the token used for managing the client's consistency requirements.
public property StatusCode Gets the HTTP status code associated with the response.
public property StoredProceduresQuota The max quota.
public property StoredProceduresUsage The current usage.
public property TriggersQuota The max quota.
public property TriggersUsage The current usage.
public property UserDefinedFunctionsQuota The max quota.
public property UserDefinedFunctionsUsage The current usage.
public property UserQuota The max quota.
public property UserUsage The current usage.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic Implicit Returns the resource in the response implicitly.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ResourceResponse Class
Microsoft.Azure.Documents.Client Namespace