Resources
Displays the contents of a specified path within a filesystem, enabling you to explore folders and files stored in Azure Data Lake.
Columns
| Name | Type | Behavior | Description |
| Name [KEY] | String | The full path of the Azure Data Lake Storage file or folder. | |
| Directory | String | The directory path where the file or folder is located. | |
| IsDirectory | String | Indicates whether the resource is a folder (true) or a file (false). | |
| ContentLength | Long | The size of the file in bytes. For folders, this value is not applicable. | |
| LastModified | Timestamp | The date and time when the file or folder was last modified. | |
| Owner | String | The user or account that owns the file or folder. | |
| Permissions | String | The access permissions applied to the file or folder. | |
| ETag | String | A unique identifier for the file or folder, useful for concurrency control and version tracking. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Recursive | Boolean | When set to true, retrieves all nested subfolders and files within the specified directory.
The default value is false. |