Skip to content

Commit

Permalink
Update doc strings to better explain the value sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Dec 16, 2024
1 parent 6815ce4 commit f6e59ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ public class ManifestInfo
public required ManifestId ManifestId { get; init; }

/// <summary>
/// The size of the downloaded files
/// The size of the downloaded files, decompressed
/// </summary>
public required Size Size { get; init; }

/// <summary>
/// The size of the files on the CDN
/// The size of the files, compressed
/// </summary>
public required Size DownloadSize { get; init; }
}

0 comments on commit f6e59ce

Please sign in to comment.