Downloads
yaml
type: "io.kestra.plugin.azure.storage.blob.downloads"
Examples
yaml
id: azure_storage_blob_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.azure.storage.blob.Downloads
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
container: "mydata"
prefix: "sub-dir"
delimiter: "/"
Properties
action *Requiredstring
Possible Values
MOVE
DELETE
NONE
container *Requiredstring
endpoint *Requiredstring
connectionString string
delimiter string
filter string
Default
FILES
Possible Values
FILES
DIRECTORY
BOTH
moveTo Copy-CopyObject
prefix string
regexp string
sasToken string
Definitions
io.kestra.plugin.azure.storage.blob.models.Blob
container string
name string
size integer
uri string
Format
uri