feat: complete jetstream deep operational parity closure

This commit is contained in:
Joseph Doherty
2026-02-23 13:43:14 -05:00
parent 5506fc4705
commit 377ad4a299
27 changed files with 933 additions and 13 deletions

View File

@@ -4,5 +4,7 @@ public sealed class FileStoreBlock
{
public int Id { get; init; }
public required string Path { get; init; }
public ulong Sequence { get; init; }
public long OffsetBytes { get; init; }
public long SizeBytes { get; set; }
}