ListFilesAndDirectoriesResponse.Files Property

Definition

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

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

Property Value

An enumerable collection of objects that implement IListFileEntry.

Applies to