Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface DocumentListUsage

    Usage information for the list_documents operation.

    DocumentListUsage

    interface DocumentListUsage {
        readUnits: number;
    }
    Index
    readUnits: number

    The number of read units consumed by this operation.

    DocumentListUsage