Click or drag to resize

LogsDeleteWhenFreeDiskSpaceBelowThreshold Property

Gets or sets the threshold of free disk space when below to delete logs.

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

Property Value

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