IResourceResponse<T>.RequestCharge Property
Gets the request charge for this request.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
double RequestCharge { get; }
property double RequestCharge {
double get();
}
ReadOnly Property RequestCharge As Double
Property Value
Type: System.Double
The request charge measured in reqest units.
Remarks
This is exposed for mocking purposes for the Azure DocumentDB database service.
See Also
IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace
Return to top