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

    Interface BackupScheduleList

    A page of backup schedules. When pagination is present, pass its next value as paginationToken to fetch the following page.

    Backups

    interface BackupScheduleList {
        data: BackupScheduleModel[];
        pagination?: BackupListPagination | null;
    }

    Hierarchy

    • Omit<GeneratedBackupScheduleList, "data">
      • BackupScheduleList
    Index

    The schedules on this page.

    pagination?: BackupListPagination | null

    BackupScheduleList