* | Directory: | string | The target output directory
|
* | File Pattern: | string | The output file name, which can contain a '*' which gets expanded to a fine timestamp
|
| Avro Schema: | string | Path to the Avro Schema file. If absent, the schema stored with the document will be used.
|
| Codec: | string | Algorithm used to compress the data.
Select from one of the following options:
- BZip2 {bzip2}
- Deflate {deflate}
- No Compression {null}
- Snappy {snappy}
- XZ {xz}
|