iceberg-js
    Preparing search index...

    Interface SetPropertiesUpdate

    interface SetPropertiesUpdate {
        action: "set-properties";
        updates: Record<string, string>;
    }
    Index

    Properties

    Properties

    action: "set-properties"
    updates: Record<string, string>