BlobResultSegment.Results Property

Definition

Gets an enumerable collection of IListBlobItem results.

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)

Property Value

An enumerable collection of IListBlobItem objects.

Applies to