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

    Interface ListBackupSchedulesOptions

    Pagination options shared by the backup schedule listings.

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

    Maximum number of results to return per page.

    paginationToken?: string

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