Interface: IReplica
Properties of a Replica.
Hierarchy
-
↳
IReplica
Properties
id
• Optional id: null | string
The id of the replica. This is generated by Temporal after a replica is created.
Inherited from
isPrimary
• Optional isPrimary: null | boolean
Whether this replica is currently the primary one.
Inherited from
region
• Optional region: null | string
The cloud provider and region of this replica.
Inherited from
state
• Optional state: null | ReplicaState
The current state of this replica.