Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFData.BufferOption Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFData.BufferOption Property
Indicates the AFBufferOption to use when updating values.

Namespace:  OSIsoft.AF.Data
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public static AFBufferOption BufferOption { get; set; }
Public Shared Property BufferOption As AFBufferOption
	Get
	Set

Dim value As AFBufferOption

value = AFData.BufferOption

AFData.BufferOption = value
public:
static property AFBufferOption BufferOption {
	AFBufferOption get ();
	void set (AFBufferOption value);
}
static member BufferOption : AFBufferOption with get, set

Property Value

Type: AFBufferOption
Returns 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.

Note Notes to Callers
This method, property, or class is not available in the legacy .NET 3.5 version of the SDK.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in