TableContinuationToken Members

Windows Runtime Azure Storage Client Library

Represents a continuation token for listing operations.

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

Public Constructors

  Name Description
TableContinuationToken  
Top

Public Properties

  Name Description
public property NextPartitionKey Gets or sets the next partition key for ITableEntity enumeration operations.
public property NextRowKey Gets or sets the next row key for ITableEntity enumeration operations.
public property NextTableName Gets or sets the next table name for ITableEntity 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