AFGlobalSettings.DataBufferOption Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates the AFBufferOption to use when updating values.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFBufferOption DataBufferOption { get; set; }
Public Shared Property DataBufferOption As AFBufferOption Get Set Dim value As AFBufferOption value = AFGlobalSettings.DataBufferOption AFGlobalSettings.DataBufferOption = value
public: static property AFBufferOption DataBufferOption { AFBufferOption get (); void set (AFBufferOption value); }
static member DataBufferOption : AFBufferOption with get, set
Property Value
Type: AFBufferOptionReturns the AFBufferOption setting to use when updating values. The default value is BufferIfPossible.
Remarks
The default value for this property is read from the SDK's configuration file in the OSI directory under the CommonApplicationData directory. This default value will be the default for all clients executed on the computer. If this property is modified in the client, then it will only affect the current client and the modified value will not be persisted.
| This method, property, or class is not available in the legacy .NET 3.5 version of the SDK. |