Apache Iceberg · Schema
TableMetadata
TableMetadata schema from Apache Iceberg REST Catalog API
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format
Properties
| Name | Type | Description |
|---|---|---|
| format-version | integer | |
| table-uuid | string | |
| location | string | |
| last-updated-ms | integer | |
| next-row-id | integer | A long higher than all assigned row IDs; the next snapshot's first-row-id. |
| properties | object | |
| schemas | array | |
| current-schema-id | integer | |
| last-column-id | integer | |
| partition-specs | array | |
| default-spec-id | integer | |
| last-partition-id | integer | |
| sort-orders | array | |
| default-sort-order-id | integer | |
| encryption-keys | array | |
| snapshots | array | |
| refs | object | |
| current-snapshot-id | integer | |
| last-sequence-number | integer | |
| snapshot-log | object | |
| metadata-log | object | |
| statistics | array | |
| partition-statistics | array |