Table of Contents

Property Consumers

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

Consumers

Full Consumer information for each known Consumer

[JsonPropertyName("consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public ICollection<ConsumerInfo> Consumers { get; set; }

Property Value

ICollection<ConsumerInfo>