Package version:

Interface ReplicationStatus

Replication status

interface ReplicationStatus {
    errorMessage?: string;
    healthy?: boolean;
    mirrorState?: string;
    relationshipStatus?: string;
    totalProgress?: string;
}

Properties

errorMessage?: string

Displays error message if the replication is in an error state

healthy?: boolean

Replication health check

mirrorState?: string

The status of the replication

relationshipStatus?: string

Status of the mirror relationship

totalProgress?: string

The progress of the replication