 | LogsRotateLogByFileSize Property |
Gets or sets a value indicating whether to rotate logs by file size.
Namespace:
Koopman.CheckPoint.SimpleGatewaySettings
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax[JsonPropertyAttribute(PropertyName = "rotate-log-by-file-size")]
public bool RotateLogByFileSize { get; set; }
Request Example
View SourceProperty Value
Type:
Booleantrue if to rotate logs by file size; otherwise,
false.
See Also