PIDataPipe.DataPipeStatistics Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Contains statistics for the most recent signup or event scan.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDataPipeStatistics DataPipeStatistics { get; }
Public ReadOnly Property DataPipeStatistics As AFDataPipeStatistics Get Dim instance As PIDataPipe Dim value As AFDataPipeStatistics value = instance.DataPipeStatistics
public: property AFDataPipeStatistics^ DataPipeStatistics { AFDataPipeStatistics^ get (); }
member DataPipeStatistics : AFDataPipeStatistics with get