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

    Interface PreviewBackupList

    The list of backups that exist in the project.

    BackupList

    interface PreviewBackupList {
        data?: PreviewBackupModel[];
        pagination?: PreviewPaginationResponse;
    }
    Index

    List of backup objects

    BackupList

    BackupList