AFDataLossException.DataLossStartTime Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Start time of possible data loss incident. Normally, it is the time when the last successful
data retrieval time for this data source. If there was no successful data retrieval time,
the start time is set to the time when the first attribute was added to the pipe using this data source.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime DataLossStartTime { get; }
Public ReadOnly Property DataLossStartTime As AFTime Get Dim instance As AFDataLossException Dim value As AFTime value = instance.DataLossStartTime
public: property AFTime DataLossStartTime { AFTime get (); }
member DataLossStartTime : AFTime with get