[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.]
Initializes a new instance of the BlobListingContext class. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Initializes a new instance of the BlobListingContext class. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim prefix As String Dim maxResults As Nullable(Of Integer) Dim delimiter As String Dim include As BlobListingDetails Dim instance As New BlobListingContext(prefix, maxResults, delimiter, include) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _ prefix As String, _ maxResults As Nullable(Of Integer), _ delimiter As String, _ include As BlobListingDetails _ ) |
| C# |
|---|
public BlobListingContext ( string prefix, Nullable<int> maxResults, string delimiter, BlobListingDetails include ) |
| C++ |
|---|
public: BlobListingContext ( String^ prefix, Nullable<int> maxResults, String^ delimiter, BlobListingDetails include ) |
| J# |
|---|
| JScript |
|---|
Parameters
- prefix
Type: System.String
The blob prefix.
- maxResults
Type: System.Nullable
The maximum number of results to return.
- delimiter
Type: System.String
The blob delimiter.
- include
Type: Microsoft.WindowsAzure.StorageClient.BlobListingDetails
The include parameter.
Remarks
For more details about this API, see the topics on the equivalent REST APIs in See Also > Other Resources.