Table of Contents

Property SystemAccount

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

SystemAccount

Indicates if the TrafficAccount is the system account. When true, replication traffic goes over the system account.

[JsonPropertyName("system_account")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool SystemAccount { get; init; }

Property Value

bool

Remarks

Supported by server v2.12