AFDataCache.DataPipeStatistics Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Contains statistics for the most recent signup or event scan for attributes updated by data pipe.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDataPipeStatistics DataPipeStatistics { get; }
Public ReadOnly Property DataPipeStatistics As AFDataPipeStatistics Get Dim instance As AFDataCache Dim value As AFDataPipeStatistics value = instance.DataPipeStatistics
public: property AFDataPipeStatistics^ DataPipeStatistics { AFDataPipeStatistics^ get (); }
member DataPipeStatistics : AFDataPipeStatistics with get