RequestResult Class
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.
Table operation request result.
public sealed class RequestResult
type RequestResult = class
Public NotInheritable Class RequestResult
- Inheritance
-
RequestResult
Constructors
RequestResult() |
Properties
ContentMd5 |
Gets the content-MD5 value for the request. |
EndTime |
Gets the end time of the operation. |
ErrorCode |
Gets the storage service error code. |
Etag |
Gets the ETag value of the request. |
Exception |
Gets or sets the exception. |
ExtendedErrorInformation |
Gets the extended error information. |
HttpStatusCode |
Gets or sets the HTTP status code for the request. |
HttpStatusMessage |
Gets the HTTP status message for the request. |
IsRequestServerEncrypted |
Gets whether or not the data for a write operation is encrypted server-side. |
RequestCharge |
Gets the RequestCharge of the operation. Only applied for Cosmos Table Endpoint |
RequestDate |
Gets the request date. |
ServiceRequestID |
Gets the service request ID for this request. |
StartTime |
Gets the start time of the operation. |
TargetLocation |
Gets the location to which the request was sent. |
Applies to
Azure SDK for .NET