Click or drag to resize
MappingConfigurationMaxPreparedStatementsThreshold Property
Gets or sets the maximum amount of prepared statements before issuing a logger warning. Defaults to 500.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public int MaxPreparedStatementsThreshold { get; set; }

Property Value

Type: Int32
See Also