Table of Contents

Class ClusterInfo

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll
public record ClusterInfo : IEquatable<ClusterInfo>
Inheritance
ClusterInfo
Implements
Inherited Members

Properties

Leader

The server name of the RAFT leader.

LeaderSince

The time that it was elected as leader (in RFC3339 format in JSON), absent when not the leader.

Name

The cluster name.

RaftGroup

In clustered environments the name of the Raft group managing the asset.

Replicas

The members of the RAFT cluster.

SystemAccount

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

TrafficAccount

The account where the replication traffic goes over.