@jellyfin/sdk
    Preparing search index...

    Interface BackupRestoreRequestDto

    Defines properties used to start a restore process.

    BackupRestoreRequestDto

    interface BackupRestoreRequestDto {
        ArchiveFileName?: string;
    }
    Index

    Properties

    Properties

    ArchiveFileName?: string

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

    BackupRestoreRequestDto