ResourceResponseBase Class

Definition

Represents the non-resource specific service response headers returned by any request in the Azure Cosmos DB service.

public abstract class ResourceResponseBase : Microsoft.Azure.Documents.Client.IResourceResponseBase
type ResourceResponseBase = class
    interface IResourceResponseBase
Public MustInherit Class ResourceResponseBase
Implements IResourceResponseBase
Inheritance
ResourceResponseBase
Derived
Implements

Constructors

ResourceResponseBase()

Constructor exposed for mocking purposes for the Azure Cosmos DB service.

Properties

ActivityId

Gets the activity ID for the request from the Azure Cosmos DB service.

CollectionQuota

Gets the maximum quota for collection resources within an account from the Azure Cosmos DB service.

CollectionSizeQuota

Gets the maximum size of a collection in kilobytes from the Azure Cosmos DB service.

CollectionSizeUsage

Gets the current size of a collection in kilobytes from the Azure Cosmos DB service.

CollectionUsage

Gets the current number of collection resources within the account from the Azure Cosmos DB service.

ContentLocation

The content parent location, for example, dbs/foo/colls/bar in the Azure Cosmos DB service.

CurrentResourceQuotaUsage

Gets the current size of this entity from the Azure Cosmos DB service.

DatabaseQuota

Gets the maximum quota for database resources within the account from the Azure Cosmos DB service.

DatabaseUsage

Gets the current number of database resources within the account from the Azure Cosmos DB service.

DocumentQuota

Gets the maximum size of a documents within a collection in kilobytes from the Azure Cosmos DB service.

DocumentUsage

Gets the current size of documents within a collection in kilobytes from the Azure Cosmos DB service.

IndexTransformationProgress

Gets the progress of an index transformation, if one is underway from the Azure Cosmos DB service.

IsRUPerMinuteUsed

Gets the flag associated with the response from the Azure Cosmos DB service whether this request is served from Request Units(RUs)/minute capacity or not.

LazyIndexingProgress

Gets the progress of lazy indexing from the Azure Cosmos DB service.

MaxResourceQuota

Gets the maximum size limit for this entity from the Azure Cosmos DB service.

PermissionQuota

Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service.

PermissionUsage

Gets the current number of permission resources within the account from the Azure Cosmos DB service.

RequestCharge

Gets the request charge for this request from the Azure Cosmos DB service.

RequestDiagnosticsString

Gets the diagnostics information for the current request to Azure Cosmos DB service.

RequestLatency

Gets the end-to-end request latency for the current request to Azure Cosmos DB service.

ResponseHeaders

Gets the response headers from the Azure Cosmos DB service.

ResponseStream

Gets the underlying stream of the response from the Azure Cosmos DB service.

SessionToken

Gets the session token for use in sesssion consistency reads from the Azure Cosmos DB service.

StatusCode

Gets the HTTP status code associated with the response from the Azure Cosmos DB service.

StoredProceduresQuota

Gets the maximum quota of stored procedures for a collection from the Azure Cosmos DB service.

StoredProceduresUsage

Gets the current number of stored procedures for a collection from the Azure Cosmos DB service.

TriggersQuota

Gets the maximum quota of triggers for a collection from the Azure Cosmos DB service.

TriggersUsage

Gets the current number of triggers for a collection from the Azure Cosmos DB service.

UserDefinedFunctionsQuota

Gets the maximum quota of user defined functions for a collection from the Azure Cosmos DB service.

UserDefinedFunctionsUsage

Gets the current number of user defined functions for a collection from the Azure Cosmos DB service.

UserQuota

Gets the maximum quota for user resources within an account from the Azure Cosmos DB service.

UserUsage

Gets the current number of user resources within the account from the Azure Cosmos DB service.

Applies to