Class StreamMsgGetRequest
A request to the JetStream $JS.API.STREAM.MSG.GET API
public record StreamMsgGetRequest : IEquatable<StreamMsgGetRequest>
- Inheritance
-
StreamMsgGetRequest
- Implements
- Inherited Members
Properties
- LastBySubj
Retrieves the last message for a given subject, cannot be combined with seq
- NextBySubj
Combined with sequence gets the next message for a subject with the given sequence or higher
- Seq
Stream sequence number of the message to retrieve, cannot be combined with last_by_subj