List
List files on an NFS mount
List
List files on an NFS mount
yaml
type: io.kestra.plugin.fs.nfs.ListExamples
yaml
id: nfs_list
namespace: company.team
tasks:
- id: list_files
type: io.kestra.plugin.fs.nfs.List
from: /mnt/nfs/shared/documents
regExp: ".*\.pdf$"
recursive: true
Properties
from *Requiredstring
maxFiles integerstring
Default
25nfsService Non-dynamic
Default
{} Definitions
io.kestra.plugin.fs.nfs.NfsService
recursive booleanstring
Default
falseregExp string
Outputs
files array
Definitions
io.kestra.plugin.fs.nfs.List-File
creationTimestring
Format
date-timeisDirectoryboolean
isHiddenboolean
isSymbolicLinkboolean
lastAccessTimestring
Format
date-timelastModifiedTimestring
Format
date-timelocalPath
java.nio.file.Path
namestring
sizeinteger
Default
0uristring
Format
uri