Skip to main content

Interface: $Properties

v1.Replica.$Properties

Properties of a Replica.

Hierarchy

Properties

id

Optional id: null | string

The id of the replica. This is generated by Temporal after a replica is created.


isPrimary

Optional isPrimary: null | boolean

Whether this replica is currently the primary one.


region

Optional region: null | string

The cloud provider and region of this replica.


state

Optional state: null | ReplicaState

The current state of this replica.