![]() | AFDataPipeType Enumeration |
Namespace: OSIsoft.AF.Data
Member name | Value | Description | |
---|---|---|---|
Snapshot | 0 | The datapipe will generate snapshot or current value data change events. | |
Archive | 1 | The datapipe will generate archive data change events. | |
TimeSeries | 2 | The datapipe will generate change events for a PI time series |
The PIDataPipe class uses this enumeration to define the type of data change events that are generated. TimeSeries datapipe is only supported against PI Data Archive 3.4.395 or later.
The AFDataPipe and AFDataCache will retrieve data for AFAttributes backed by a PIPoint using a TimeSeries where it is supported and Snapshot otherwise.