feat: execute post-baseline jetstream parity plan

This commit is contained in:
Joseph Doherty
2026-02-23 12:11:19 -05:00
parent c3763e83d6
commit b41e6ff320
58 changed files with 1430 additions and 102 deletions

View File

@@ -2,5 +2,7 @@ namespace NATS.Server.JetStream.Storage;
public sealed class FileStoreBlock
{
public int Id { get; init; }
public required string Path { get; init; }
public long SizeBytes { get; set; }
}