Export all data from the table to a file.
Bearer token authentication. Include the token in the Authorization header as 'Bearer
The request body for exporting data. If you want to export data to a Cloud Storage, you need to provide the storage_type, bucket, credentials, and options.
Export destination directory in paths (must contain exactly one directory).
Keep using existing storage semantics via storage_config.
File format to export. Currently only Parquet.
Jsonl, Parquet Include detailed metrics such as peak memory in the response. Defaults to off.
Maximum number of row groups per part file for multi_file export.
If set, this takes precedence over target_file_size_bytes.
x >= 0Export mode. Defaults to multi_file.
"multi_file"
"single_file"
Row group size in bytes. Default is 40MB.
x >= 0Target parquet file size in bytes for multi_file export. Server may translate this to a row-group rollover threshold.
x >= 0