ListFiles
Lists all available JSON files within a specified local or cloud-based directory, including file names and paths.
Input
| Name | Type | Description |
| Mask | String | Specifies a filter mask to limit which files are listed. For example, use '*.json' to include only JSON files. |
| Path | String | Specifies the directory path from which files will be listed, relative to the Uniform Resource Identifier (URI) defined in the connection. |
Result Set Columns
| Name | Type | Description |
| FileName | String | Returns the name of each file found within the specified directory. |
| LastModified | Long | Returns the Unix timestamp representing the date and time when the file was last modified. |
| CreatedAt | Long | Returns the Unix timestamp representing when the file was originally created. A value of -1 indicates that the storage system does not support this information. |
| URI | String | Returns the URI of the listed file. |