BufferMemory Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the size of the data buffer, in MB, that Historian Client Access Layer can use for buffering streamed data before it is sent to the server or the store-and-forward cache.
'Declaration
Public Property BufferMemory As UShort
'Usage
Dim instance As HistorianConnectionArgs
Dim value As UShort
instance.BufferMemory = value
value = instance.BufferMemory
public ushort BufferMemory {get; set;}