class ExecutionOptions
Request execution options.
Methods
__construct
(array
$options )
Creates a new options object for execution.
- array[‘arguments’] array An array or positional or named arguments
- array[‘consistency’] int One of Dse::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[‘paging_state_token’] string A string token use to resume from the state of a previous result set
- array[‘retry_policy’]
Dse\RetryPolicy
A retry policy that is used to handle server-side failures for this request - array[‘serial_consistency’] int Either
Dse::CONSISTENCY_SERIAL
orDse::CONSISTENCY_LOCAL_SERIAL
- array[‘timestamp’] int|string Either an integer or integer string timestamp that represents the number of microseconds since the epoch.
mixed
__get
(mixed
$name )