ListFiles
List all Avro files stored in a local or cloud-based directory.
Input
| Name | Type | Required | Description |
| Mask | String | False | Filter mask value. Ex: '*.avro' |
| Path | String | False | The path to list files from. Relative to the URI provided in the connection. |
Result Set Columns
| Name | Type | Description |
| FileName | String | Returns the file name. |
| LastModified | Long | Returns the unix timestamp when this file was last modified. |
| CreatedAt | Long | Returns the unix timestamp when this file was created. Returns -1 when the storage does not support this field. |
| URI | String | Returns the URI. |