using System.Collections.Generic; namespace NHSE.Core; /// /// Contains the for a . /// /// Name of the File that these apply to. /// Expected file size of the . /// Hash specs that are done in this file. /// Checking equality is fine to do the regular shallow check; length essentially governs hash regions. public sealed record FileHashDetails(string FileName, uint FileSize, IReadOnlyList HashRegions);