Retrieves the storage summary for a table.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dlf:GetTableSummary |
get |
*All Resource
|
None | None |
Request syntax
GET /dlf/v1/{catalogId}/databases/{database}/tables/{table}/storage-summary HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
The catalog ID. |
clg-paimon-xxxx |
| database |
string |
Yes |
The database name. |
default |
| table |
string |
Yes |
The table name. |
table1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| date |
string |
No |
The storage summary date. |
2025-10-08 |
Response elements
|
Element |
Type |
Description |
Example |
| TableSummary |
The storage summary of the table. |
Examples
Success response
JSON format
{
"databaseName": "default",
"tableName": "table1",
"createdAt": 1744970111419,
"partitionCount": 10,
"unaccessedStdPartitionCount30d": 1,
"unaccessedStdIaPartitionCount180d": 0,
"totalFileSizeInBytes": 1024,
"totalFileCount": 100,
"lastAccessTime": 1744970111419,
"generatedDate": "2025-06-01",
"path": "oss://clg-xxxx/db-xxxx/tbl-xxxx",
"storageClass": "",
"storageActionTimestamp": 0,
"objTypeStandardSize": 10240,
"objTypeIaSize": 10240,
"objTypeArchiveSize": 10240,
"objTypeColdArchiveSize": 10240,
"updatedAt": 0,
"totalMetaSizeInBytes": 10240,
"totalMetaFileCount": 10,
"storageActionParams": {
"key": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.