Class ConsumerInfo
public record ConsumerInfo : IEquatable<ConsumerInfo>
- Inheritance
-
ConsumerInfo
- Implements
- Derived
- Inherited Members
Properties
- AckFloor
The highest contiguous acknowledged message
- Created
The time the Consumer was created
- Delivered
The last message delivered from this Consumer
- IsPaused
Whether the consumer is paused.
- Name
A unique name for the consumer, either machine generated or the durable name
- NumAckPending
The number of messages pending acknowledgement
- NumPending
The number of messages left unconsumed in this Consumer
- NumRedelivered
The number of redeliveries that have been performed
- NumWaiting
The number of pull consumers waiting for messages
- PauseRemaining
If the consumer is IsPaused, this contains how much time is remaining until this consumer is unpaused.
- PushBound
Indicates if any client is connected and receiving messages from a push consumer
- StreamName
The Stream the consumer belongs to
- Ts
The server time the consumer info was created