Mengambil detail kompaksi tabel.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dlf:GetTableCompaction |
get |
*全部资源
|
None | None |
Sintaks permintaan
GET /dlf/v1/{catalogId}/databases/{database}/tables/{table}/compaction HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
ID katalog. |
clg-paimon-xxxx |
| database |
string |
Yes |
Nama database. |
database_name |
| table |
string |
Yes |
Nama tabel. |
table_name |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
| TableCompaction |
The compaction information of the table. |
Contoh
Respons sukses
JSONformat
{
"catalogId": "clg-paimon-xxx",
"tableId": "tbl-xxx",
"lastCompactedFileTime": 1759111660075,
"cuUsage": 1,
"maxLevel0FileCount": "1",
"latencyFileEarliestTime": 1760321763633
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.