Replica class

Represents the state of a replica of a shared dataset.

It includes the geographic location of the replica and system-computed, output-only fields indicating its replication state and whether it is the primary replica.

Constructors

Replica.new({String? location, String? primaryState, String? replicaState})
Replica.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
location String?
The geographic location where the replica resides.
getter/setter pair
primaryState String?
Indicates that this replica is the primary replica.
getter/setter pair
replicaState String?
Assigned by Analytics Hub based on real BigQuery replication state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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