Request execution options.

See Also:

Methods

__construct

( array $options = null )

Creates a new options object for execution.

  • array[‘arguments’] array An array or positional or named arguments
  • array[‘consistency’] int One of Cassandra::CONSISTENCY_*
  • array[‘timeout’] int|null A number of seconds or null
  • array[‘page_size’] int A number of rows to include in result for paging
  • array[‘serial_consistency’] int Either Cassandra::CONSISTENCY_SERIAL or Cassandra::CONSISTENCY_LOCAL_SERIAL
Parameters:
Name Type Details
$options array

various execution options

Throws:
Type Details
Exception\InvalidArgumentException