Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface ListNamespacesResponse

    ListNamespacesResponse

    interface ListNamespacesResponse {
        namespaces?: NamespaceDescription[];
        pagination?: Pagination;
        totalCount?: number;
    }
    Index
    namespaces?: NamespaceDescription[]

    The list of namespaces belonging to this index.

    ListNamespacesResponse

    pagination?: Pagination

    ListNamespacesResponse

    totalCount?: number

    The total number of namespaces in the index matching the prefix

    ListNamespacesResponse