Table of Contents

Struct NatsJSMsgMetadata

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll

Additional metadata about the message.

public readonly record struct NatsJSMsgMetadata : IEquatable<NatsJSMsgMetadata>
Implements
Inherited Members

Constructors

NatsJSMsgMetadata(NatsJSSequencePair, ulong, ulong, DateTimeOffset, string, string, string)

Additional metadata about the message.

Properties

Consumer

The consumer the message was sent to.

Domain

The domain the message was sent to.

NumDelivered

The number of times the message was delivered.

NumPending

The number of messages pending for the consumer.

Sequence

The sequence pair for the message.

Stream

The stream the message was sent to.

Timestamp

The timestamp of the message.