Queries a table snapshot.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dlf:GetTableSnapshot | get | *All Resource
| None | None |
Request syntax
GET /dlf/v1/{catalogId}/databases/{database}/tables/{table}/snapshot HTTP/1.1Path Parameters
Parameter | Type | Required | Description | Example |
catalogId | string | Yes | The catalog ID. | clg-paimon-xxx |
database | string | No | The database name. | database_name |
table | string | No | The table name. | table_name |
Request parameters
Parameter | Type | Required | Description | Example |
No parameters required.
Response elements
Element | Type | Description | Example |
TableSnapshot | The table. |
Examples
Success response
JSON format
{
"lastFileCreationTime": 0,
"recordCount": 0,
"fileSizeInBytes": 0,
"fileCount": 0,
"snapshot": {
"deltaManifestList": "",
"changelogManifestList": "",
"watermark": 0,
"commitKind": "",
"deltaRecordCount": 0,
"baseManifestList": "",
"version": 0,
"totalRecordCount": 0,
"commitUser": "",
"logOffsets": {
"key": 0
},
"schemaId": 0,
"indexManifest": "",
"changelogRecordCount": 0,
"id": 0,
"commitIdentifier": 0,
"timeMillis": 0,
"statistics": ""
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.