AFDataPipeUpdateToken Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFDataPipeUpdateToken contains the AFAttributes that could be affected when loading the specified changes.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.DataAFDataPipeUpdateToken
OSIsoft.AF.DataAFDataPipeUpdateToken
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public class AFDataPipeUpdateToken
Public Class AFDataPipeUpdateToken Dim instance As AFDataPipeUpdateToken
public ref class AFDataPipeUpdateToken
type AFDataPipeUpdateToken = class end
The AFDataPipeUpdateToken type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AffectedAttributeSignups |
The AFAttributes subscribed to the AFDataPipe that might be impacted when changes are applied.
| |
| IsEmpty |
True if no changes affect any of the current AFDataPipe signups.
| |
| RelevantChanges |
The AFChangeInfos that might impact subscriptions to the AFDataPipe.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |