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

    Interface PreviewListProjectBackupsOptionsAlpha

    Options for listing all backups in a project.

    interface PreviewListProjectBackupsOptions {
        limit?: number;
        paginationToken?: string;
    }
    Index
    limit?: number

    Maximum number of results to return per page (1–100, default: 10).

    paginationToken?: string

    Pagination token from a prior response to retrieve the next page.