AFBufferOption Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates buffering option in updating values, when supported by the Data Reference.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFBufferOption
Public Enumeration AFBufferOption Dim instance As AFBufferOption
public enum class AFBufferOption
type AFBufferOption
Members
| Member name | Value | Description | |
|---|---|---|---|
| DoNotBuffer | 0 | Updating data reference values without buffer. | |
| BufferIfPossible | 1 | Try updating data reference values with buffer. If fails (e.g. data reference AFDataMethods does not support Buffering, or its Buffering system is not available), then try updating directly without buffer. | |
| Buffer | 2 | Updating data reference values with buffer. |