Table of Contents

Interface IContinuationToken

Namespace
Microsoft.WindowsAzure.Storage
Assembly
Microsoft.WindowsAzure.Storage.dll

An interface required for continuation token types.

public interface IContinuationToken

Remarks

Properties

TargetLocation

Gets the location that the token applies to.

StorageLocation? TargetLocation { get; set; }

Property Value

StorageLocation?

A StorageLocation enumeration value.