Click or drag to resize

BatchType Enumeration

The type of batch to use

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public enum BatchType
Members
  Member nameValueDescription
Logged0 A logged batch: Cassandra will first write the batch to its distributed batch log to ensure the atomicity of the batch.
Unlogged1 An unlogged batch: The batch will not be written to the batch log and atomicity of the batch is NOT guaranteed.
Counter2 A counter batch
See Also

Reference