yaml
type: "io.kestra.plugin.fs.local.list"
Examples
yaml
id: fs_local_list
namespace: company.team
tasks:
- id: list_files
type: io.kestra.plugin.fs.local.List
from: "/data/input"
regExp: ".*.csv"
recursive: true
Properties
from *Requiredstring
recursive booleanstring
Default
false
regExp string
Definitions
io.kestra.plugin.fs.local.models.File
accessedDate string
Format
date-time
createdDate string
Format
date-time
isDirectory boolean
localPath Path
modifiedDate string
Format
date-time
name string
parent string
size integer
uri string
Format
uri