AFDataPipePreviousEventAction Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Provides information about the previous data pipe events. Not every data source has information about
previous data pipe events.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFDataPipePreviousEventAction
Public Enumeration AFDataPipePreviousEventAction Dim instance As AFDataPipePreviousEventAction
public enum class AFDataPipePreviousEventAction
type AFDataPipePreviousEventAction
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No information about the previous event | |
| PreviousEventArchived | 1 | Previous event is archived. | |
| PreviousEventDiscarded | 2 | Previous event is not archived. |
Remarks
For data pipe from PI Data Archive, only TimeSeries type pipe from PI Data Archive higher than PI 3.4.395
would provide information about the previous event.