@jellyfin/sdk
    Preparing search index...

    Interface BackupOptionsDto

    Defines the optional contents of the backup archive.

    BackupOptionsDto

    interface BackupOptionsDto {
        Database?: boolean;
        Metadata?: boolean;
        Subtitles?: boolean;
        Trickplay?: boolean;
    }
    Index

    Properties

    Database?: boolean

    Gets or sets a value indicating whether the archive contains the Database contents.

    BackupOptionsDto

    Metadata?: boolean

    Gets or sets a value indicating whether the archive contains the Metadata contents.

    BackupOptionsDto

    Subtitles?: boolean

    Gets or sets a value indicating whether the archive contains the Subtitle contents.

    BackupOptionsDto

    Trickplay?: boolean

    Gets or sets a value indicating whether the archive contains the Trickplay contents.

    BackupOptionsDto