Click or drag to resize

Batch Class

Inheritance Hierarchy
SystemObject
  CassandraStatement
    Cassandra.Data.LinqBatch

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public abstract class Batch : Statement

The Batch type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
Public propertyKeyspace
Returns the keyspace this query operates on.

Note that not all Statement implementations specify on which keyspace they operate on so this method can return null. If null, it will operate on the default keyspace set during initialization (if it was set).

The keyspace returned is used as a hint for token-aware routing.

(Overrides StatementKeyspace.)
Public propertyQueryTrace
Public propertyRoutingKey (Overrides StatementRoutingKey.)
Top
Methods
See Also