SystemStorageDto
data class SystemStorageDto(val programDataFolder: FolderStorageDto, val webFolder: FolderStorageDto, val imageCacheFolder: FolderStorageDto, val cacheFolder: FolderStorageDto, val logFolder: FolderStorageDto, val internalMetadataFolder: FolderStorageDto, val transcodingTempFolder: FolderStorageDto, val libraries: List<LibraryStorageDto>)
Contains informations about the systems storage.
Constructors
Link copied to clipboard
constructor(programDataFolder: FolderStorageDto, webFolder: FolderStorageDto, imageCacheFolder: FolderStorageDto, cacheFolder: FolderStorageDto, logFolder: FolderStorageDto, internalMetadataFolder: FolderStorageDto, transcodingTempFolder: FolderStorageDto, libraries: List<LibraryStorageDto>)
Properties
Link copied to clipboard
The Storage information of the cache folder.
Link copied to clipboard
The Storage information of the folder where images are cached.
Link copied to clipboard
The Storage information of the folder where metadata is stored.
Link copied to clipboard
The storage informations of all libraries.
Link copied to clipboard
The Storage information of the folder where logfiles are saved to.
Link copied to clipboard
The Storage information of the program data folder.
Link copied to clipboard
The Storage information of the transcoding cache.
Link copied to clipboard
The Storage information of the web UI resources folder.