Hdfs.Contents

Hdfs.Contents is a Power Query M function that retrieves a table containing information about each folder and file found at a specified Hadoop file system folder URL. The function returns a table with folder and file properties and a link to their content.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Hdfs.Contents( url as text ) as table

Description

Returns a table containing a row for each folder and file found at the folder URL, url, from a Hadoop file system. Each row contains properties of the folder or file and a link to its content.

Other functions related to Hdfs.Contents are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/hdfs-contents
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.