object DataExportFile

Fields

FieldTypeDescription
table_nameString

Name of the table/dataset

signed_urlString

Signed URL to download the file

created_atISODateTime
sizeBigInt

Size of the file in bytes

export_typeDataExportType

Whether this file is a full or delta export.

Referenced By

Example

{
  "table_name": "abc123",
  "signed_url": "abc123",
  "created_at": "abc123",
  "size": "abc123",
  "export_type": "FULL"
}