Download Azure Cloud Connect Setup File Download Azure Cloud Connect Zip File
Returns an enumerable collection of the blobs in the container that are retrieved lazily.
[Microsoft.Azure.Storage.DoesServiceRequest] public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.IListBlobItem> ListBlobs (string prefix = default, 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.
An enumerable collection of objects that implement IListBlobItem and are retrieved lazily.