object DataExportFile
Fields
| Field | Type | Description |
|---|---|---|
table_name | String | Name of the table/dataset |
signed_url | String | Signed URL to download the file |
created_at | ISODateTime | |
size | Int | Size of the file in bytes |
Referenced By
- LakeheroDataExport Type
Example
{
"table_name": "abc123",
"signed_url": "abc123",
"created_at": "abc123",
"size": 987
}