Click or drag to resize

FirewallAutoCalculateConnectionsHashTableSizeAndMemoryPool Property

Gets or sets a value indicating whether automatic calculate connections hash table size and memory pool setting is enabled or not.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "auto-calculate-connections-hash-table-size-and-memory-pool")]
public bool AutoCalculateConnectionsHashTableSizeAndMemoryPool { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if automatic calculate connections hash table size and memory pool is enabled; otherwise, false.
See Also