Represents a continuation token for listing operations.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Blob.::..BlobContinuationToken
Syntax
[<Sealed>] type BlobContinuationToken = class interface IContinuationToken interface IXmlSerializable end
Public NotInheritable Class BlobContinuationToken Implements IContinuationToken, IXmlSerializable
Constructors
Name | Description | |
---|---|---|
BlobContinuationToken()()()() |
Properties
Name | Description | |
---|---|---|
NextMarkerNextMarkerNextMarkerNextMarker | Gets or sets the next marker for continuing results for ICloudBlob 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
BlobContinuationToken continuation tokens are used in methods that return a BlobResultSegment object, such as !:CloudBlobDirectory.ListBlobsSegmented(BlobContinuationToken)Referenced topic's target id should not be empty. Article id: d65600df-7f07-4175-95bc-038e26176be5, link: !:CloudBlobDirectory.ListBlobsSegmented(BlobContinuationToken)..
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.