StoreForwardFreeDiskSpace Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the amount of disk space, in MB, that must be remaining on the disk before the Historian Client Access Layer stops accepting new values.
'Declaration
Public Property StoreForwardFreeDiskSpace As UInteger
'Usage
Dim instance As HistorianConnectionArgs
Dim value As UInteger
instance.StoreForwardFreeDiskSpace = value
value = instance.StoreForwardFreeDiskSpace
public uint StoreForwardFreeDiskSpace {get; set;}