Size
type: "io.kestra.core.tasks.storages.Size"
Get a filesize from internal storage.
# Examples
id: "size"
type: "io.kestra.core.tasks.storages.Size"
uri: "kestra://long/url/file.txt"
# Properties
# uri
- Type: string
- Dynamic: ✔️
- Required: ❌
the file
Must be a kestra://
storage url
# Outputs
# size
- Type: integer
The size of the file
← PurgeExecution Split →