BatchType Enumeration |
Namespace: Dse
public enum BatchType
Member name | Value | Description | |
---|---|---|---|
Logged | 0 | A logged batch: Cassandra will first write the batch to its distributed batch log to ensure the atomicity of the batch. | |
Unlogged | 1 | An unlogged batch: The batch will not be written to the batch log and atomicity of the batch is NOT guaranteed. | |
Counter | 2 | A counter batch |
© 2017 DataStax, All rights reserved.