Click or drag to resize
TableOptionsReplicateOnWrite Property
Whether replicateOnWrite is set for this table. This is only meaningful for tables holding counters.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public bool ReplicateOnWrite { get; }

Return Value

Type: Boolean
whether replicateOnWrite is set for this table.
See Also