MappingConfigurationSetMaxPreparedStatementsThreshold Method |
Sets the maximum amount of prepared statements before issuing a logger warning. Defaults to 500.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax public MappingConfiguration SetMaxPreparedStatementsThreshold(
int value
)
Parameters
- value
- Type: SystemInt32
Return Value
Type:
MappingConfigurationSee Also