Click or drag to resize

BuilderWithoutRowSetBuffering Method

Disables row set buffering for the created cluster (row set buffering is enabled by default otherwise).

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public Builder WithoutRowSetBuffering()

Return Value

Type: Builder
this builder
See Also