Resources
Lists the contents of the supplied path.
Columns
| Name | Type | Behavior | Description |
| Name [KEY] | String | The path of the file or folder. | |
| Directory | String | The directory path of the file or folder. | |
| IsDirectory | String | Determines if the resource is a folder or a file. | |
| ContentLength | Long | Determines the size of the file in bytes. | |
| LastModified | Timestamp | The timestamp when the file was modified for the last time. | |
| Owner | String | The name of the owner. | |
| Permissions | String | The permissions set to the file. | |
| ETag | String | Unique identifier of the file or folder. |
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 | Set this to true to retrieve all sub folders and files.
The default value is false. |