iceberg-js
    Preparing search index...

    Interface UpdateNamespacePropertiesResponse

    interface UpdateNamespacePropertiesResponse {
        missing?: string[] | null;
        removed: string[];
        updated: string[];
    }
    Index

    Properties

    missing?: string[] | null
    removed: string[]
    updated: string[]