Click or drag to resize

LogsDeleteIndexFilesWhenIndexSizeAboveThreshold Property

Gets or sets the delete index files when index size above, threshold.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "delete-index-files-when-index-size-above-threshold")]
public int DeleteIndexFilesWhenIndexSizeAboveThreshold { get; set; }
Request Example View Source

Property Value

Type: Int32
The delete index files when index size above, threshold.
See Also