Property PriorityGroups
PriorityGroups
Information about the currently defined priority groups.
[JsonPropertyName("priority_groups")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<PriorityGroupState>? PriorityGroups { get; set; }
Property Value
Remarks
This feature is only available on NATS server v2.11 and later.