WriteFile¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | Any |
||
Output ➡️ |
The resulting output of the shard | Any |
||
Filename |
No | The file to write to. | none |
StringVar(String)None |
Append |
No | If we should append to the file if existed already or truncate. (default: false). | none |
Bool |
Flush |
No | If the file should be flushed to disk after every write. | none |
Bool |