BackupOptionsDto

data class BackupOptionsDto(val metadata: Boolean, val trickplay: Boolean, val subtitles: Boolean, val database: Boolean)

Defines the optional contents of the backup archive.

Constructors

Link copied to clipboard
constructor(metadata: Boolean, trickplay: Boolean, subtitles: Boolean, database: Boolean)

Properties

Link copied to clipboard

A value indicating whether the archive contains the Database contents.

Link copied to clipboard

A value indicating whether the archive contains the Metadata contents.

Link copied to clipboard

A value indicating whether the archive contains the Subtitle contents.

Link copied to clipboard

A value indicating whether the archive contains the Trickplay contents.