IStoredProcedureResponse Interface

 

Updated: June 30, 2017

Interface exposed for mocking purposes for the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  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.

NameDescription
System_CAPS_pubproperty

Gets the Activity ID of the request.

System_CAPS_pubproperty

Gets the delimited string containing the usage of each resource type within the collection.

System_CAPS_pubproperty

Gets the delimited string containing the quota of each resource type within the collection.

System_CAPS_pubproperty

Gets the number of normalized request units (RUs) charged.

System_CAPS_pubproperty

Gets the response of a stored procedure, serialized into the given type.

System_CAPS_pubproperty

Gets the headers associated with the response.

System_CAPS_pubproperty

Gets the output from stored procedure console.log() statements.

System_CAPS_pubproperty

Gets the token for use with session consistency requests.

System_CAPS_pubproperty

Gets the request completion status code.

Return to top
Show: