Table of Contents

Property NumSubjects

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

NumSubjects

The number of unique subjects held in the stream

[JsonPropertyName("num_subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long NumSubjects { get; set; }

Property Value

long