ExportFileInfo

ExportFileInfo
ExportFileInfo

Describe the details of an export file.

JSON Example
{
    "key": "string",
    "time_created": 0,
    "size": 0,
    "sha256": "string"
}
string
key
Optional

The export file is uniquely identified by its key, which is the file name.

integer As int64 As int64
time_created
Optional

When the export file is generated, the timestamp reflects the local server time in UTC.

integer As int64 As int64
size
Optional

The size in bytes of the export file.

string
sha256
Optional

The sha256 checksum for the export file. Can be used to verify its contents after page assembly using {@link #retrieveExportFile(String, long, long)}.