AFDataPipeUpdateAction Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Identifies the effect that updating items had on an AFDataPipe or AFDataCache signup.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFDataPipeUpdateAction
Public Enumeration AFDataPipeUpdateAction Dim instance As AFDataPipeUpdateAction
public enum class AFDataPipeUpdateAction
type AFDataPipeUpdateAction
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unchanged | 0 | There was no change to the signup. | |
| Updated | 1 | The signup was updated and any cached data could be invalid. | |
| Removed | 2 | The signup was removed because it is no longer valid. |