BlobResultSegment.Results プロパティ

定義

IListBlobItem の結果の列挙可能なコレクションを取得します。

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

プロパティ値

IListBlobItem オブジェクトの列挙可能なコレクションです。

適用対象