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

    Type Alias IndexStatsNamespaceSummary

    A count of the number of records found inside a namespace

    type IndexStatsNamespaceSummary = {
        recordCount: number;
    }
    Index
    recordCount: number

    The number of records in the namespace.