Click or drag to resize

Batch Properties

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
See Also