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

    Interface ListProjectBackupsOptions

    Options for listing all backups in a project.

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

    Maximum number of results per page. Omit to use the service default.

    paginationToken?: string

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