Gets the Activity ID of the request from the Azure DocumentDB database service.
Gets the delimited string containing the usage of each resource type within the collection from the Azure DocumentDB database service.
Gets the flag associated with the response from the Azure DocumentDB database service whether this stored procedure request is served from Request Units(RUs)/minute capacity or not.
Gets the delimited string containing the quota of each resource type within the collection from the Azure DocumentDB database service.
Gets the number of normalized Azure DocumentDB request units (RUs) charged from Azure DocumentDB database service.
Gets the response of a stored procedure, serialized into the given type from the Azure DocumentDB database service.
Gets the headers associated with the response from the Azure DocumentDB database service.
Gets the output from stored procedure console.log() statements.
Gets the token for use with session consistency requests from the Azure DocumentDB database service.
Gets the request completion status code from the Azure DocumentDB database service.
Stored procedures can return any string output via the getContext().getResponse().setBody() method.
This response body could be a serialized JSON object, or any other type.
Within the .NET SDK, you can deserialize the response into a corresponding TValue type.