RequestResult
RequestResult
RequestResult
Class
Definition
Represents the result of a physical request.
[System.Serializable]
public sealed class RequestResult
type RequestResult = class
Public NotInheritable Class RequestResult
- Inheritance
- Attributes
Constructors
RequestResult() RequestResult() RequestResult() |
Properties
ContentMd5 ContentMd5 ContentMd5 |
Gets the content-MD5 value for the request. |
EgressBytes EgressBytes EgressBytes |
The number of bytes written to the request body for a given request |
EndTime EndTime EndTime |
Gets the end time of the operation. |
ErrorCode ErrorCode ErrorCode |
Gets the storage service error code. |
Etag Etag Etag |
Gets the ETag value of the request. |
Exception Exception Exception |
Gets or sets the exception. |
ExtendedErrorInformation ExtendedErrorInformation ExtendedErrorInformation |
Gets the extended error information. |
HttpStatusCode HttpStatusCode HttpStatusCode |
Gets or sets the HTTP status code for the request. |
HttpStatusMessage HttpStatusMessage HttpStatusMessage |
Gets the HTTP status message for the request. |
IngressBytes IngressBytes IngressBytes |
The number of bytes read from the response body for the given request |
IsRequestServerEncrypted IsRequestServerEncrypted IsRequestServerEncrypted |
Gets whether or not the data for a write operation is encrypted server-side. |
RequestDate RequestDate RequestDate |
Gets the request date. |
ServiceRequestID ServiceRequestID ServiceRequestID |
Gets the service request ID for this request. |
StartTime StartTime StartTime |
Gets the start time of the operation. |
TargetLocation TargetLocation TargetLocation |
Gets the location to which the request was sent. |
Methods
ReadXml(XmlReader) ReadXml(XmlReader) ReadXml(XmlReader) |
Generates a serializable RequestResult from its XML representation. |
TranslateFromExceptionMessage(String) TranslateFromExceptionMessage(String) TranslateFromExceptionMessage(String) |
Translates the specified message into a RequestResult object. |
WriteXml(XmlWriter) WriteXml(XmlWriter) WriteXml(XmlWriter) |
Converts a serializable RequestResult into its XML representation. |
Extension Methods
IsDefined(Object) IsDefined(Object) IsDefined(Object) |
Determines if a certain property is defined or not. |
IsNull(Object) IsNull(Object) IsNull(Object) |
Determines if a certain property is null or not. |
IsPrimitive(Object) IsPrimitive(Object) IsPrimitive(Object) |
Determines if a certain property is of premitive JSON type. |