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

    Interface DocumentFetchUsage

    Usage information for the fetch_documents operation.

    DocumentFetchUsage

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

    The number of read units consumed by this operation.

    DocumentFetchUsage