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.
Related functions
Other functions related to Hdfs.Contents are:
