Represents a continuation token for listing operations.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.File.::..FileContinuationToken
Syntax
[<Sealed>] type FileContinuationToken = class interface IContinuationToken interface IXmlSerializable end
Public NotInheritable Class FileContinuationToken Implements IContinuationToken, IXmlSerializable
Constructors
Name | Description | |
---|---|---|
FileContinuationToken()()()() |
Properties
Name | Description | |
---|---|---|
NextMarkerNextMarkerNextMarkerNextMarker | Gets or sets the next marker for continuing results for CloudFile enumeration operations. | |
TargetLocationTargetLocationTargetLocationTargetLocation | Gets or sets the storage location that the continuation token applies to. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetSchema()()()() | Gets an XML representation of an object. | |
GetType()()()() | (Inherited from Object.) | |
ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) | Generates a serializable continuation token from its XML representation. | |
ToString()()()() | (Inherited from Object.) | |
WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) | Converts a serializable continuation token into its XML representation. |
Remarks
FileContinuationToken continuation tokens are used in methods that return a FileResultSegment object, such as !:CloudFileDirectory.ListFilesAndDirectoriesSegmented(FileContinuationToken)Referenced topic's target id should not be empty. Article id: 818661d3-04ea-4243-8b7c-fc4957bede0a, link: !:CloudFileDirectory.ListFilesAndDirectoriesSegmented(FileContinuationToken)..
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.