BlobContinuationToken Members

Windows Runtime Azure Storage Client Library

Represents a continuation token for listing operations.

The following tables list the members exposed by the BlobContinuationToken type.

Public Constructors

  Name Description
BlobContinuationToken  
Top

Public Properties

  Name Description
public property NextMarker Gets or sets the next marker for continuing results for ICloudBlob enumeration operations.
public property TargetLocation Gets or sets the storage location that the continuation token applies to.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also