Download Azure Cloud Connect Setup File Download Azure Cloud Connect Zip File
Returns an enumerable collection of blobs in the container, retrieved lazily.
[Microsoft.Azure.Storage.DoesServiceRequest] public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.IListBlobItem> ListBlobs (string prefix, bool useFlatBlobListing = false, Microsoft.Azure.Storage.Blob.BlobListingDetails blobListingDetails = Microsoft.Azure.Storage.Blob.BlobListingDetails.None, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
A string containing the blob name prefix.
A boolean value that specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A BlobListingDetails enumeration describing which items to include in the listing.
A BlobRequestOptions object that specifies additional options for the request. If null, default options are applied to the request.
An OperationContext object that represents the context for the current operation.