[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Gets or sets the Marker value. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Gets or sets the Marker value. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim instance As ListingContext Dim value As String value = instance.Marker instance.Marker = value |
Syntax
Visual Basic |
---|
Public Property Marker As String |
C# |
---|
public string Marker { get; set; } |
C++ |
---|
public: property String^ Marker { String^ get (); void set (String^ value); } |
J# |
---|
JScript |
---|
Property Value
Type: System.StringThe Marker value.Remarks
A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items.
For more details about this API, see the topics on the equivalent REST APIs in See Also > Other Resources.
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.