interface CompressionNodeParameters {
binaryPropertyName?: string;
binaryPropertyOutput?: string;
fileName?: string;
operation?: "compress" | "decompress";
outputFormat?: "gzip" | "zip";
outputPrefix?: string;
}Properties§
§§§§§
readonly binary Property Name?: string§
readonly binary Property Output?: stringDefault: "data"
readonly file Name?: stringName of the output file
readonly operation?: "compress" | "decompress"Default: "decompress"
readonly output Format?: "gzip" | "zip"Format of the output
readonly output Prefix?: stringPrefix to add to the gzip file Default: "data"
To process more than one file, use a comma-separated list of the binary fields names Default: "data"