Click or drag to resize

LogsDeleteWhenFreeDiskSpaceBelow Property

Gets or sets a value indicating whether to delete logs when free disk space below DeleteWhenFreeDiskSpaceBelowThreshold.

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")]
public bool DeleteWhenFreeDiskSpaceBelow { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if to delete when free disk space below threshold; otherwise, false.
See Also