iceberg-js
    Preparing search index...

    Interface LoadTableResultWithEtag

    Spec-aligned LoadTableResult (named LoadTableResponse here for backward compat). Returned by GET /tables/{t}, POST /tables, and POST /tables/{t} (commit).

    interface LoadTableResultWithEtag {
        config?: Record<string, string>;
        etag: string | null;
        metadata: TableMetadata;
        "metadata-location"?: string;
        "storage-credentials"?: StorageCredential[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    config?: Record<string, string>
    etag: string | null
    metadata: TableMetadata
    "metadata-location"?: string
    "storage-credentials"?: StorageCredential[]