AFDataPipeStatistics Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Statistics for data pipe updates.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.DataAFDataPipeStatistics
OSIsoft.AF.DataAFDataPipeStatistics
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFDataPipeStatistics
Public NotInheritable Class AFDataPipeStatistics Dim instance As AFDataPipeStatistics
public ref class AFDataPipeStatistics sealed
[<SealedAttribute>] type AFDataPipeStatistics = class end
The AFDataPipeStatistics type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description |
A description of what statistics are reported for.
| |
| Duration |
The duration of the update.
| |
| EventCount |
The number of events produced by the update.
| |
| Subsections |
Subsections of this update. Statistics contained in the list are a subset of the statistics reported by this instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |