AFDataLossException.DataLossStartTime Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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