AutomationReadFileConfig
Type: Object
Configuration for Read File nodes that read file content from specified folders. Supports various encodings and file filtering options.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| encoding | AutomationFileEncoding! | File encoding format | ||
| filename | ExpressionScalar! | Name of the file to read (supports expressions) | ||
| folder | Folder! | Reference to the automation folder to read from | ||
| folderId | ID! | |||
| maxSize | Int! | Maximum file size to read in bytes | ||
| type | String! | Node type identifier |