Apache Iceberg · Example Payload

Rest Catalog Open Api Content File Example

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Rest Catalog Open Api Content File Example is an example object payload from Apache Iceberg, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contentfile-pathspec-idpartitionfile-size-in-bytesrecord-countkey-metadatasplit-offsetssort-order-id

Example Payload

Raw ↑
{
  "content": "example-value",
  "file-path": "example-value",
  "spec-id": 78,
  "partition": [
    1,
    "bar"
  ],
  "file-size-in-bytes": 923,
  "record-count": 495,
  "key-metadata": "abc123def456abc123def456",
  "split-offsets": [
    863
  ],
  "sort-order-id": 147
}