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

    Interface BackupList

    The list of backups that exist in the project.

    BackupList

    interface BackupList {
        data?: BackupModel[];
        pagination?: BackupPaginationResponse;
    }
    Index
    data?: BackupModel[]

    List of backup objects

    BackupList

    BackupList