Click or drag to resize

LogsDeleteIndexFilesOlderThanDays Property

Gets or sets a value indicating whether to delete index files older than DeleteIndexFilesOlderThanDaysThreshold days.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "delete-index-files-older-than-days")]
public bool DeleteIndexFilesOlderThanDays { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if to delete index files older than DeleteIndexFilesOlderThanDaysThreshold days; otherwise, false.
See Also