AFDataPipePreviousEventAction Enumeration
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.