Interface IContinuationToken
- Namespace
- Microsoft.WindowsAzure.Storage
- Assembly
- Microsoft.WindowsAzure.Storage.dll
An interface required for continuation token types.
public interface IContinuationToken
Remarks
The TableContinuationToken, BlobContinuationToken, and QueueContinuationToken classes implement the IContinuationToken interface.
Properties
TargetLocation
Gets the location that the token applies to.
StorageLocation? TargetLocation { get; set; }
Property Value
- StorageLocation?
A StorageLocation enumeration value.