iceberg-js
    Preparing search index...

    Interface LoadTableResponse

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

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

    Hierarchy (View Summary)

    Index

    Properties

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