feat: complete jetstream deep operational parity closure
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user