AFDataPipe Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFDataPipe type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataPipeStatistics |
Contains statistics for the most recent signup or event scan.
| |
| EventHorizonMode |
EventHorizonMode specifies what events are returned by the datapipe at the GetUpdateEvent call based on the timestamp of the events.
| |
| EventHorizonOffset |
EventHorizonOffset allows the pipe to return events in the future. The pipe would fetch events with timestamps
up to current time + EventHorizonOffset when calling the GetUpdateEvents/GetObserverEvents methods
| |
| IsSuspendedSignupEnabled |
If IsSuspendedSignupEnabled is set, the data pipe will suspend signups that are currently invalid but might become valid with changes outside of AF.
| |
| PIServers |
Get the list of PIServer that could provide data for the attributes in the pipe
|