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

    Interface BackupScheduleHistoryList

    A page of backups produced by a schedule. When pagination is present, pass its next value as paginationToken to fetch the following page.

    Backups

    interface BackupScheduleHistoryList {
        data: BackupScheduleHistoryItem[];
        pagination?: BackupListPagination | null;
    }

    Hierarchy

    • Omit<GeneratedBackupScheduleHistoryList, "data">
      • BackupScheduleHistoryList
    Index

    The backups on this page.

    pagination?: BackupListPagination | null

    BackupScheduleHistoryList