AFCollectiveMember.SyncStatus Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The status of the synchronization between the members of the collective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFSyncStatus SyncStatus { get; }
Public ReadOnly Property SyncStatus As AFSyncStatus Get Dim instance As AFCollectiveMember Dim value As AFSyncStatus value = instance.SyncStatus
public: property AFSyncStatus SyncStatus { AFSyncStatus get (); }
member SyncStatus : AFSyncStatus with get
Property Value
Type: AFSyncStatusReturns the status of the synchronization between the members of the collective.
Remarks
This represents the status of the synchronization of the data between the
PI Asset Database for the Primary member of the collective
and the PI Asset Database for this collective member.
SQL Replication is used to synchronize the data from the PI Asset Database for the primary
collective member to the PI Asset Database for each secondary collective member.