AFReplicationStatus Enumeration
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The replication status between servers within the AFCollective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public enum AFReplicationStatus
Public Enumeration AFReplicationStatus Dim instance As AFReplicationStatus
public enum class AFReplicationStatus
type AFReplicationStatus
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The replication status is unknown. | |
Started | 1 | The replication has started between the primary and the secondary collective member. | |
Succeeded | 2 | The replication has succeeded between the primary and the secondary collective member. | |
InProgress | 3 | The replication is in progress between the primary and the secondary collective member. | |
Idle | 4 | The replication current idle between the primary and the secondary collective member. This is the normal status for replication when there is no data to be replicated. | |
Retrying | 5 | The replication is retrying between the primary and the secondary collective member. | |
Failed | 6 | The replication has failed between the primary and the secondary collective member. |
Remarks
This enumeration is used as a value of the
ReplicationStatus property.