Table of Contents

Class StreamState

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll
public record StreamState : IEquatable<StreamState>
Inheritance
StreamState
Implements
Inherited Members

Properties

Bytes

Combined size of all messages in the Stream

ConsumerCount

Number of Consumers attached to the Stream

Deleted

IDs of messages that were deleted using the Message Delete API or Interest based streams removing messages out of order

FirstSeq

Sequence number of the first message in the Stream

FirstTs

The timestamp of the first message in the Stream

LastSeq

Sequence number of the last message in the Stream

LastTs

The timestamp of the last message in the Stream

Lost
Messages

Number of messages stored in the Stream

NumDeleted

The number of deleted messages

NumSubjects

The number of unique subjects held in the stream

Subjects

Subjects and their message counts when a subjects_filter was set