iceberg-js
    Preparing search index...

    Interface RegisterTableRequest

    interface RegisterTableRequest {
        "metadata-location": string;
        name: string;
        overwrite?: boolean;
    }
    Index

    Properties

    "metadata-location": string
    name: string
    overwrite?: boolean