Membership class
An output only view of all the member clusters participating in the cross cluster replication.
Constructors
-
Membership.new({RemoteCluster? primaryCluster, List<
RemoteCluster> ? secondaryClusters}) - Membership.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryCluster ↔ RemoteCluster?
-
The primary cluster that acts as the source of replication for the
secondary clusters.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secondaryClusters
↔ List<
RemoteCluster> ? -
The list of secondary clusters replicating from the primary cluster.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited