iceberg-js
    Preparing search index...

    Interface CreateNamespaceResponse

    interface CreateNamespaceResponse {
        namespace: string[];
        properties?: Record<string, string>;
    }
    Index

    Properties

    namespace: string[]
    properties?: Record<string, string>