@jellyfin/sdk
    Preparing search index...

    Interface BackupManifestDto

    Manifest type for backups internal structure.

    BackupManifestDto

    interface BackupManifestDto {
        BackupEngineVersion?: string;
        DateCreated?: string;
        Options?: BackupOptionsDto;
        Path?: string;
        ServerVersion?: string;
    }
    Index

    Properties

    BackupEngineVersion?: string

    Gets or sets the backup engine version this backup was created with.

    BackupManifestDto

    DateCreated?: string

    Gets or sets the date this backup was created with.

    BackupManifestDto

    BackupManifestDto

    Path?: string

    Gets or sets the path to the backup on the system.

    BackupManifestDto

    ServerVersion?: string

    Gets or sets the jellyfin version this backup was created with.

    BackupManifestDto