Click or drag to resize

LogsDeleteIndexFilesOlderThanDaysThreshold Property

Gets or sets the number of days that index older than should be deleted.

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

Property Value

Type: Int32
The delete index files older than days threshold.
See Also