Skip to main content

HdInsight.Files

Returns a table containing the properties and contents of the blobs found in the specified container from an Azure storage vault.

Syntax

HdInsight.Files(
account as text,
containerName as text
) as table

Remarks

Returns a table containing a row for each blob file found at the container URL, account, from an Azure storage vault. Each row contains properties of the file and a link to its content.

Category

Accessing data