iceberg-js
    Preparing search index...

    Interface ListNamespacesResult

    interface ListNamespacesResult {
        namespaces: NamespaceIdentifier[];
        nextPageToken?: string;
    }
    Index

    Properties

    namespaces: NamespaceIdentifier[]
    nextPageToken?: string