iceberg-js
    Preparing search index...

    Interface UpdateNamespacePropertiesRequest

    interface UpdateNamespacePropertiesRequest {
        removals?: string[];
        updates?: Record<string, string>;
    }
    Index

    Properties

    Properties

    removals?: string[]
    updates?: Record<string, string>