IStoredProcedureResponse<TValue>
Interface
Definition
Interface exposed for mocking purposes for the Azure DocumentDB database service.
public interface IStoredProcedureResponse<TValue>
Type Parameters
- TValue
The returned value type of the stored procedure.
- Derived
Properties
| ActivityId |
Gets the Activity ID of the request. |
| CurrentResourceQuotaUsage |
Gets the delimited string containing the usage of each resource type within the collection. |
| MaxResourceQuota |
Gets the delimited string containing the quota of each resource type within the collection. |
| RequestCharge |
Gets the number of normalized request units (RUs) charged. |
| Response |
Gets the response of a stored procedure, serialized into the given type. |
| ResponseHeaders |
Gets the headers associated with the response. |
| ScriptLog |
Gets the output from stored procedure console.log() statements. |
| SessionToken |
Gets the token for use with session consistency requests. |
| StatusCode |
Gets the request completion status code. |