Table of Contents

Property MaxStreams

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

MaxStreams

The maximum number of Streams this Template can create, -1 for unlimited.

[JsonPropertyName("max_streams")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-2147483648, 2147483647)]
public int MaxStreams { get; set; }

Property Value

int