ServerConsole.LogFolderMaxDiskSize Property

Gets/sets the maximum size of the real-time application console log folder, in megabytes. The minimum valid value is 1 MB. The maximum valid value is uint.MaxValue MB.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public uint LogFolderMaxDiskSize { get; set; }

Property Value

Type: UInt32

Implements

IConfigServerConsole.LogFolderMaxDiskSize

See Also: