Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents the result of a physical request.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..RequestResult

Syntax

 
public sealed class RequestResult
 
public ref class RequestResult sealed 
 
[<Sealed>]
type RequestResult = class end
 
Public NotInheritable Class RequestResult

Constructors

NameDescription
System_CAPS_pubmethodRequestResult()()()()

Properties

NameDescription
System_CAPS_pubpropertyContentMd5ContentMd5ContentMd5ContentMd5

Gets the content-MD5 value for the request.

System_CAPS_pubpropertyEgressBytesEgressBytesEgressBytesEgressBytes

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

System_CAPS_pubpropertyEndTimeEndTimeEndTimeEndTime

Gets the end time of the operation.

System_CAPS_pubpropertyEtagEtagEtagEtag

Gets the ETag value of the request.

System_CAPS_pubpropertyExceptionExceptionExceptionException

Gets or sets the exception.

System_CAPS_pubpropertyExtendedErrorInformationExtendedErrorInformationExtendedErrorInformationExtendedErrorInformation

Gets the extended error information.

System_CAPS_pubpropertyHttpStatusCodeHttpStatusCodeHttpStatusCodeHttpStatusCode

Gets or sets the HTTP status code for the request.

System_CAPS_pubpropertyHttpStatusMessageHttpStatusMessageHttpStatusMessageHttpStatusMessage

Gets the HTTP status message for the request.

System_CAPS_pubpropertyIngressBytesIngressBytesIngressBytesIngressBytes

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

System_CAPS_pubpropertyRequestDateRequestDateRequestDateRequestDate

Gets the request date.

System_CAPS_pubpropertyServiceRequestIDServiceRequestIDServiceRequestIDServiceRequestID

Gets the service request ID for this request.

System_CAPS_pubpropertyStartTimeStartTimeStartTimeStartTime

Gets the start time of the operation.

System_CAPS_pubpropertyTargetLocationTargetLocationTargetLocationTargetLocation

Gets the location to which the request was sent.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader)

Generates a serializable RequestResult from its XML representation.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticTranslateFromExceptionMessage(String)(String^)(String)(String)

Obsolete.Translates the specified message into a RequestResult object.

System_CAPS_pubmethodWriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter)

Converts a serializable RequestResult into its XML representation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top