Represents a continuation token for listing operations.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Table.::..TableContinuationToken
Syntax
[<Sealed>] type TableContinuationToken = class interface IContinuationToken interface IXmlSerializable end
Public NotInheritable Class TableContinuationToken Implements IContinuationToken, IXmlSerializable
Constructors
Name | Description | |
---|---|---|
TableContinuationToken()()()() |
Properties
Name | Description | |
---|---|---|
NextPartitionKeyNextPartitionKeyNextPartitionKeyNextPartitionKey | Gets or sets the next partition key for ITableEntity enumeration operations. | |
NextRowKeyNextRowKeyNextRowKeyNextRowKey | Gets or sets the next row key for ITableEntity enumeration operations. | |
NextTableNameNextTableNameNextTableNameNextTableName | Gets or sets the next table name for ITableEntity enumeration operations. | |
TargetLocationTargetLocationTargetLocationTargetLocation | Gets or sets the storage location that the continuation token applies to. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetSchema()()()() | Gets an XML representation of an object. | |
GetType()()()() | (Inherited from Object.) | |
ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) | Generates a serializable continuation token from its XML representation. | |
ToString()()()() | (Inherited from Object.) | |
WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) | Converts a serializable continuation token into its XML representation. |
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.
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.