Skip to main content

Interface: IReplica

namespace.v1.IReplica

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.

Inherited from

$Properties.id


isPrimary

Optional isPrimary: null | boolean

Whether this replica is currently the primary one.

Inherited from

$Properties.isPrimary


region

Optional region: null | string

The cloud provider and region of this replica.

Inherited from

$Properties.region


state

Optional state: null | ReplicaState

The current state of this replica.

Inherited from

$Properties.state