共用方式為


ListBlobsResponse.Blobs Property

Definition

Gets an enumerable collection of objects that implement IListBlobEntry from the response.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.Protocol.IListBlobEntry> Blobs { get; }
member this.Blobs : seq<Microsoft.Azure.Storage.Blob.Protocol.IListBlobEntry>
Public ReadOnly Property Blobs As IEnumerable(Of IListBlobEntry)

Property Value

An enumerable collection of objects that implement IListBlobEntry.

Applies to