FileContinuationToken Class

Definition

Represents a continuation token for listing operations.

[System.Serializable]
public sealed class FileContinuationToken : Microsoft.Azure.Storage.IContinuationToken
[<System.Serializable>]
type FileContinuationToken = class
    interface IContinuationToken
Public NotInheritable Class FileContinuationToken
Implements IContinuationToken
Inheritance
FileContinuationToken
Attributes
Implements

Remarks

FileContinuationToken continuation tokens are used in methods that return a FileResultSegment object, such as ListFilesAndDirectoriesSegmented(FileContinuationToken).

Constructors

FileContinuationToken()

Properties

NextMarker

Gets or sets the next marker for continuing results for CloudFile enumeration operations.

TargetLocation

Gets or sets the storage location that the continuation token applies to.

Methods

GetSchema()

Gets an XML representation of an object.

ReadXmlAsync(XmlReader)

Generates a serializable continuation token from its XML representation.

WriteXml(XmlWriter)

Converts a serializable continuation token into its XML representation.

Applies to