Click or drag to resize

TableOptionsReplicateOnWrite Property

Whether replicateOnWrite is set for this table. This is only meaningful for tables holding counters.

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

Return Value

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