mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add logical partitions by media.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
*******************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Aaru.CommonTypes;
|
||||
|
||||
namespace Marechai.Database.Models
|
||||
@@ -54,5 +55,7 @@ namespace Marechai.Database.Models
|
||||
public int? LogicalBlockSize { get; set; }
|
||||
public JsonObject<VariableBlockSize[]> BlockSizes { get; set; }
|
||||
public StorageInterface? StorageInterface { get; set; }
|
||||
|
||||
public virtual ICollection<LogicalPartitionsByMedia> LogicalPartitions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user