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

    Interface RestoreJobList

    The list of restore jobs that exist in the project.

    RestoreJobList

    interface RestoreJobList {
        data: RestoreJobModel[];
        pagination?: BackupListPagination | null;
    }
    Index

    List of restore job objects

    RestoreJobList

    pagination?: BackupListPagination | null

    RestoreJobList