Table of Contents

Property MaxConsumers

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

MaxConsumers

The maximum number of Consumer an account can create

[JsonPropertyName("max_consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxConsumers { get; set; }

Property Value

int