interface ReadBinaryFileNodeParameters { dataPropertyName?: string; filePath?: string;}
readonly dataPropertyName?: string
Name of the binary property to which to write the data of the read file Default: "data"
readonly filePath?: string
Path of the file to read
Name of the binary property to which to write the data of the read file Default: "data"