@jellyfin/sdk
    Preparing search index...

    Interface BackupRestoreRequestDto

    Defines properties used to start a restore process.

    interface BackupRestoreRequestDto {
        ArchiveFileName: string;
    }
    Index
    ArchiveFileName: string

    Gets or Sets the name of the backup archive to restore from. Must be present in MediaBrowser.Common.Configuration.IApplicationPaths.BackupPath.