DedicatedDatabaseReplicas class
Replicas
- Implemented types
Constructors
-
DedicatedDatabaseReplicas({required int replicas, required String syncMode, required List<
DedicatedDatabaseMember> members}) -
DedicatedDatabaseReplicas.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
members
→ List<
DedicatedDatabaseMember> -
Per-pod statuses for the primary and every replica.
final
- replicas → int
-
Number of configured replicas. Zero means high availability is disabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncMode → String
-
Replication sync mode. Possible values: async (asynchronous, fastest), sync (synchronous, strong consistency), quorum (quorum-based, majority of replicas must confirm).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited