| 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 [JsonPropertyAttribute(PropertyName = "auto-calculate-connections-hash-table-size-and-memory-pool")]
public bool AutoCalculateConnectionsHashTableSizeAndMemoryPool { get; set; }
Request Example
View SourceProperty Value
Type:
Booleantrue if automatic calculate connections hash table size and memory pool is
enabled; otherwise,
false.
See Also