secondaryClusters property

List<RemoteCluster>? secondaryClusters
getter/setter pair

List of secondary clusters that are replicating from this primary cluster.

This field is only set for a primary cluster.

Implementation

core.List<RemoteCluster>? secondaryClusters;