C#C++F#VB
ListingContext Class
Represents the listing context for enumeration operations.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Shared.Protocol.::..ListingContext
Microsoft.WindowsAzure.Storage.Blob.Protocol.::..BlobListingContext
Microsoft.WindowsAzure.Storage.File.Protocol.::..FileListingContext
Microsoft.WindowsAzure.Storage.Queue.Protocol.::..QueueListingContext
Syntax
Constructors
| Name | Description | |
|---|---|---|
| ListingContext(String, Nullable<Int32>)(String^, Nullable<Int32>)(String, Nullable<Int32>)(String, Nullable(Of Int32)) | Initializes a new instance of the ListingContext class. |
Properties
| Name | Description | |
|---|---|---|
| MarkerMarkerMarkerMarker | Gets or sets the Marker value. | |
| MaxResultsMaxResultsMaxResultsMaxResults | Gets or sets the MaxResults value. | |
| PrefixPrefixPrefixPrefix | Gets or sets the Prefix value. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
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.