TableContinuationToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |