Click or drag to resize

IExecutionProfileBuilderWithConsistencyLevel Method

Sets the
SerialConsistencyLevel
setting. See ConsistencyLevel for additional context on this setting.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
IExecutionProfileBuilder WithConsistencyLevel(
	ConsistencyLevel consistencyLevel
)

Parameters

consistencyLevel
Type: CassandraConsistencyLevel

Return Value

Type: IExecutionProfileBuilder
This builder.
See Also