IResourceResponseBase Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the non-resource specific service response headers returned by any request in the Azure Cosmos DB service.
public interface IResourceResponseBase
type IResourceResponseBase = interface
Public Interface IResourceResponseBase
- Derived
Remarks
Interface exposed for mocking purposes for the Azure Cosmos DB service.
Properties
ActivityId |
Gets the activity ID for the request. |
CollectionQuota |
Gets the maximum quota for collection resources within an account. |
CollectionSizeQuota |
Maximum size of a collection in kilobytes. |
CollectionSizeUsage |
Current size of a collection in kilobytes. |
CollectionUsage |
The current number of collection resources within the account. |
ContentLocation |
The content parent location, for example, dbs/foo/colls/bar |
CurrentResourceQuotaUsage |
Gets the current size of this entity. |
DatabaseQuota |
Gets the maximum quota for database resources within the account. |
DatabaseUsage |
The current number of database resources within the account. |
DocumentQuota |
Maximum size of a documents within a collection in kilobytes. |
DocumentUsage |
Current size of documents within a collection in kilobytes. |
IndexTransformationProgress |
Gets the progress of an index transformation, if one is underway. |
LazyIndexingProgress |
Gets the progress of lazy indexing. |
MaxResourceQuota |
Gets the maximum size limit for this entity. |
PermissionQuota |
Gets the maximum quota for permission resources within an account. |
PermissionUsage |
The current number of permission resources within the account. |
RequestCharge |
Gets the request charge for this request. |
ResponseHeaders |
Gets the response headers. |
ResponseStream |
Gets the underlying stream of the response. |
SessionToken |
Gets the session token for use in sesssion consistency reads. |
StatusCode |
Gets the HTTP status code associated with the response. |
StoredProceduresQuota |
Gets the maximum quota of stored procedures for a collection. |
StoredProceduresUsage |
The current number of stored procedures for a collection. |
TriggersQuota |
Gets the maximum quota of triggers for a collection. |
TriggersUsage |
The current number of triggers for a collection. |
UserDefinedFunctionsQuota |
Gets the maximum quota of user defined functions for a collection. |
UserDefinedFunctionsUsage |
The current number of user defined functions for a collection. |
UserQuota |
Gets the maximum quota for user resources within an account. |
UserUsage |
The current number of user resources within the account. |
Applies to
Azure SDK for .NET