Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a continuation token for listing operations.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..BlobContinuationToken

Syntax

 
public sealed class BlobContinuationToken : IContinuationToken, 
	IXmlSerializable
 
public ref class BlobContinuationToken sealed : IContinuationToken, 
	IXmlSerializable
 
[<Sealed>]
type BlobContinuationToken = 
    class
        interface IContinuationToken
        interface IXmlSerializable
    end
 
Public NotInheritable Class BlobContinuationToken
	Implements IContinuationToken, IXmlSerializable

Constructors

Properties

NameDescription
System_CAPS_pubpropertyNextMarkerNextMarkerNextMarkerNextMarker

Gets or sets the next marker for continuing results for ICloudBlob enumeration operations.

System_CAPS_pubpropertyTargetLocationTargetLocationTargetLocationTargetLocation

Gets or sets the storage location that the continuation token applies to.

Methods

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

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetSchema()()()()

Gets an XML representation of an object.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

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

Generates a serializable continuation token from its XML representation.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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

Converts a serializable continuation token 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