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

    Interface BackupPaginationResponse

    The pagination object that is returned with paginated responses.

    PaginationResponse

    interface BackupPaginationResponse {
        next: string;
    }
    Index
    next: string

    The token to use to retrieve the next page of results.

    PaginationResponse