Skip to main content

Interface: IReplica

namespace.v1.IReplica

Properties of a Replica.

Implemented by

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.