Enum BatchType
The type of batch to use
Namespace: Dse
Assembly: Dse.dll
Syntax
public enum BatchType
Fields
Name | Description |
---|---|
Counter | A counter batch |
Logged | A logged batch: Cassandra will first write the batch to its distributed batch log to ensure the atomicity of the batch. |
Unlogged | An unlogged batch: The batch will not be written to the batch log and atomicity of the batch is NOT guaranteed. |