Share via


FileContinuationToken Class

Definition

Represents a continuation token for listing operations.

[System.Xml.Serialization.XmlRoot("ContinuationToken", IsNullable=false)]
[System.Serializable]
public sealed class FileContinuationToken : Microsoft.Azure.Storage.IContinuationToken
[<System.Xml.Serialization.XmlRoot("ContinuationToken", IsNullable=false)>]
[<System.Serializable>]
type FileContinuationToken = class
    interface IContinuationToken
Public NotInheritable Class FileContinuationToken
Implements IContinuationToken
Inheritance
System.Object
FileContinuationToken
Attributes
System.Xml.Serialization.XmlRootAttribute System.SerializableAttribute
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