AFAuditTrail.AFOperation Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Specifies the type of action that occurred in the PISystem at an event time.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFOperation
Public Enumeration AFOperation Dim instance As AFAuditTrail.AFOperation
public enum class AFOperation
type AFOperation
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The AFAuditTrail event operation has not been set. | |
| Delete | 1 | An AFAuditTrail deleted event. | |
| Insert | 2 | An AFAuditTrail inserted event. | |
| Update | 4 | An AFAuditTrail updated event. |
Remarks
This enumeration is used to specify the action column of the returned audit trail events.