Click or drag to resize

IExecutionProfileBuilderWithConsistencyLevel Method

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

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

Parameters

consistencyLevel
Type: DseConsistencyLevel

Return Value

Type: IExecutionProfileBuilder
This builder.
See Also