...
Property | Description | ||||
---|---|---|---|---|---|
path | (required) The fully qualified path to the output location where to write the results | ||||
action | (required) If the output file or directory exists, you can specify one of the following actions:
| ||||
format | (required) Output format for the results. Specify one of the following values:
| ||||
compression | (optional) For csv and json results, you can optionally compress them using bzip2 or gzip compression. Default is none . | ||||
header | (optional) For csv results with action set to create or append , this value determines if a header row with column names is inserted at the top of the results. Default is false . | ||||
asSingleFile | (optional) For csv and json results, this value determines if the results are concatenated into a single file or stored as multiple files. Default is false . |