We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb71c99 commit 3019062Copy full SHA for 3019062
src/Ydb.Sdk/src/Services/Topic/Writer/Message.cs
@@ -12,8 +12,6 @@ public Message(TValue data)
12
public TValue Data { get; }
13
14
public List<Metadata> Metadata { get; } = new();
15
-
16
- internal long SeqNo { get; set; } = 0;
17
}
18
19
public record Metadata(string Key, byte[] Value);
0 commit comments