Class TableContinuationToken
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public sealed class TableContinuationToken
- Inheritance
-
TableContinuationToken
- Inherited Members
-
Constructors
TableContinuationToken()
public TableContinuationToken()
Properties
NextPartitionKey
public string NextPartitionKey { get; set; }
Property Value
- string
NextRowKey
public string NextRowKey { get; set; }
Property Value
- string
NextTableName
public string NextTableName { get; set; }
Property Value
- string
TargetLocation
public StorageLocation? TargetLocation { get; set; }
Property Value
- StorageLocation?