Size
yaml
type: "io.kestra.plugin.core.storage.Size"
Get the size of a file from the Kestra's internal storage.
Examples
yaml
id: "size"
type: "io.kestra.plugin.core.storage.Size"
uri: "kestra://long/url/file.txt"
Properties
uri
- Type: string
- Dynamic: ✔️
- Required: ✔️
The file whose size needs to be fetched.
Must be a
kestra://
storage URI.
Outputs
size
- Type: integer
- Required: ❌
The size of the file.
Definitions
Was this page helpful?