BlobContinuationToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a continuation token for listing operations.
[System.Serializable]
public sealed class BlobContinuationToken : Microsoft.Azure.Storage.IContinuationToken
[<System.Serializable>]
type BlobContinuationToken = class
interface IContinuationToken
Public NotInheritable Class BlobContinuationToken
Implements IContinuationToken
- Inheritance
-
BlobContinuationToken
- Attributes
- Implements
Remarks
BlobContinuationToken continuation tokens are used in methods that return a BlobResultSegment object, such as ListBlobsSegmented(BlobContinuationToken).
Constructors
BlobContinuationToken() |
Properties
NextMarker |
Gets or sets the next marker for continuing results for ICloudBlob 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
Azure SDK for .NET