Click or drag to resize

LogsStopLoggingWhenFreeDiskSpaceBelowThreshold Property

Gets or sets the stop logging when free disk space below threshold.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "stop-logging-when-free-disk-space-below-threshold")]
public int StopLoggingWhenFreeDiskSpaceBelowThreshold { get; set; }
Request Example View Source

Property Value

Type: Int32
The stop logging when free disk space below threshold.
See Also