TableContinuationToken Class

Definition

Represents a continuation token for listing operations.

public sealed class TableContinuationToken
type TableContinuationToken = class
Public NotInheritable Class TableContinuationToken
Inheritance
TableContinuationToken

Remarks

A method that may return a partial set of results via a TableResultSegment object also returns a continuation token, which can be used in a subsequent call to return the next set of available results.

Constructors

TableContinuationToken()

Properties

NextPartitionKey

Gets or sets the next partition key for ITableEntity enumeration operations.

NextRowKey

Gets or sets the next row key for ITableEntity enumeration operations.

NextTableName

Gets or sets the next table name for ITableEntity enumeration operations.

TargetLocation

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

Applies to