IStoredProcedureResponse<TValue> 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.
Interface exposed for mocking purposes for the Azure Cosmos DB service.
public interface IStoredProcedureResponse<TValue>
type IStoredProcedureResponse<'Value> = interface
Public Interface IStoredProcedureResponse(Of 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. |
Applies to
Azure SDK for .NET