Click or drag to resize
ICqlBatch Interface
Represents a batch of CQL statements. Use the write methods (Insert, Update, Delete, etc.) to add statements to the batch.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public interface ICqlBatch : ICqlWriteClient

The ICqlBatch type exposes the following members.

Methods
Properties
  NameDescription
Public propertyBatchType
The type of batch to use.
Public propertyStatements
The statements in the batch.
Top
See Also