This documentation is archived and is not being maintained.
IStoredProcedureResponse Interface
Updated: June 30, 2017
Interface exposed for mocking purposes for the Azure DocumentDB database service.
Namespace:
Microsoft.Azure.Documents.ClientAssembly:
Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
No code example is currently available or this language may not be supported.
Type Parameters
- TValue
The returned value type of the stored procedure.
| Name | Description |
|---|
 | |
Gets the Activity ID of the request.
|
 | |
Gets the delimited string containing the usage of each resource type within the collection.
|
 | |
Gets the delimited string containing the quota of each resource type within the collection.
|
 | |
Gets the number of normalized request units (RUs) charged.
|
 | |
Gets the response of a stored procedure, serialized into the given type.
|
 | |
Gets the headers associated with the response.
|
 | |
Gets the output from stored procedure console.log() statements.
|
 | |
Gets the token for use with session consistency requests.
|
 | |
Gets the request completion status code.
|
Return to top