Add optical media tracks.

This commit is contained in:
2020-06-11 23:00:57 +01:00
parent 4fba49818c
commit 0eda8e60f1
6 changed files with 6731 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ namespace Marechai.Database.Models
public int? LogicalBlockSize { get; set; }
public JsonObject<VariableBlockSize[]> BlockSizes { get; set; }
public StorageInterface? StorageInterface { get; set; }
public JsonObject<OpticalDiscTrack[]> TableOfContents { get; set; }
public virtual ICollection<LogicalPartitionsByMedia> LogicalPartitions { get; set; }
public virtual ICollection<MediaDump> MediaDumps { get; set; }