ReplicationLinkProperties interface

Properties of a replication link.

Properties

isTerminationAllowed

Whether the user is currently allowed to terminate the link.

linkType

Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.

partnerDatabase

Resource partner database.

partnerDatabaseId

Resource partner database Id.

partnerLocation

Resource partner location.

partnerRole

Partner replication role.

partnerServer

Resource partner server.

percentComplete

Seeding completion percentage for the link.

replicationMode

Replication mode.

replicationState

Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).

role

Local replication role.

startTime

Time at which the link was created.

Property Details

isTerminationAllowed

Whether the user is currently allowed to terminate the link.

isTerminationAllowed?: boolean

Property Value

boolean

linkType

Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.

linkType?: string

Property Value

string

partnerDatabase

Resource partner database.

partnerDatabase?: string

Property Value

string

partnerDatabaseId

Resource partner database Id.

partnerDatabaseId?: string

Property Value

string

partnerLocation

Resource partner location.

partnerLocation?: string

Property Value

string

partnerRole

Partner replication role.

partnerRole?: ReplicationRole

Property Value

partnerServer

Resource partner server.

partnerServer?: string

Property Value

string

percentComplete

Seeding completion percentage for the link.

percentComplete?: number

Property Value

number

replicationMode

Replication mode.

replicationMode?: string

Property Value

string

replicationState

Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).

replicationState?: string

Property Value

string

role

Local replication role.

role?: ReplicationRole

Property Value

startTime

Time at which the link was created.

startTime?: Date

Property Value

Date