List
Upload a file to Azure Data Lake Storage.
List
Upload a file to Azure Data Lake Storage.
yaml
type: io.kestra.plugin.azure.storage.adls.ListExamples
yaml
id: azure_data_lake_storage_list
namespace: company.team
tasks:
- id: list_files_in_dir
type: io.kestra.plugin.azure.storage.adls.List
connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
fileSystem: "tasks"
endpoint: "https://yourblob.blob.core.windows.net"
directoryPath: "path/to/my/directory/"
- id: for_each_file
type: io.kestra.plugin.core.flow.EachParallel
value: "{{ outputs.list_files_in_dir.files }}"
tasks:
- id: log_file_name
type: io.kestra.plugin.core.debug.Echo
level: DEBUG
format: "{{ taskrun.value }}"
Properties
directoryPath *Requiredstring
endpoint *Requiredstring
fileSystem *Requiredstring
connectionString string
maxFiles integerstring
Default
25sasToken string
Outputs
files array
Definitions
io.kestra.plugin.azure.storage.adls.models.AdlsFile
accessControlListarray
SubTypestring
archiveStatus
com.azure.storage.file.datalake.models.ArchiveStatus
archiveTier
com.azure.storage.file.datalake.models.AccessTier
contentEncodingstring
contentLanguagestring
contentMd5string
contentTypestring
creationTimestring
Format
date-timeeTagstring
fileNamestring
fileSystemstring
groupstring
isDirectoryboolean
lastModifedstring
Format
date-timeleaseDurationstring
Possible Values
INFINITEFIXEDleaseStatestring
Possible Values
AVAILABLELEASEDEXPIREDBREAKINGBROKENleaseStatusstring
Possible Values
LOCKEDUNLOCKEDnamestring
ownerstring
permissionsstring
sizeinteger
uristring
Format
uri