ReplicaUpdate¶
Structure Class¶
ReplicaUpdate
dataclass
¶
Represents one of the following:
-
A new replica to be added to an existing global table.
-
New parameters for an existing replica.
-
An existing replica to be removed from an existing global table.
Attributes¶
create
class-attribute
instance-attribute
¶
create: CreateReplicaAction | None = None
The parameters required for creating a replica on an existing global table.
delete
class-attribute
instance-attribute
¶
delete: DeleteReplicaAction | None = None
The name of the existing replica to be removed.