Table of Contents

Property PriorityGroups

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

PriorityGroups

Information about the currently defined priority groups.

[JsonPropertyName("priority_groups")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<PriorityGroupState>? PriorityGroups { get; set; }

Property Value

ICollection<PriorityGroupState>

Remarks

This feature is only available on NATS server v2.11 and later.