Click or drag to resize

LogsRotateLogOnSchedule Property

Gets or sets a value indicating whether to rotate logs on a schedule.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "rotate-log-on-schedule")]
public bool RotateLogOnSchedule { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if to rotate logs on a schedule; otherwise, false.
See Also