RequestResult Class

Definition

Represents the result of a physical request.

[System.Serializable]
public class RequestResult
[<System.Serializable>]
type RequestResult = class
Public Class RequestResult
Inheritance
RequestResult
Attributes

Constructors

RequestResult()

Properties

ContentCrc64

Gets the content-CRC64 value for the request.

ContentMd5

Gets the content-MD5 value for the request.

EgressBytes

The number of bytes written to the request body for a given request

EncryptionKeySHA256

Represents the hash for the key used to server-side encrypt with client-provided keys.

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.

IngressBytes

The number of bytes read from the response body for the given request

IsRequestServerEncrypted

Gets whether or not the data for a write operation is encrypted server-side.

IsServiceEncrypted

Represents whether or not the data for a read operation is encrypted on the server-side.

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.

Methods

ReadXmlAsync(XmlReader)

Generates a serializable RequestResult from its XML representation.

TranslateFromExceptionMessage(String)
Obsolete.

Translates the specified message into a RequestResult object.

WriteXml(XmlWriter)

Converts a serializable RequestResult into its XML representation.

Applies to