iceberg-js
    Preparing search index...

    Interface GetNamespaceResponse

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

    Properties

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