Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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
 
public ref class BlobContinuationToken sealed : IContinuationToken
 
[<Sealed>]
type BlobContinuationToken = 
    class
        interface IContinuationToken
    end
 
Public NotInheritable Class BlobContinuationToken
	Implements IContinuationToken

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_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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