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
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.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
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: 2e8fa7f1-abc3-4724-88ca-d5ce26b70551, 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.