arrowflight.call_options
Module for [CallOptions] class
Types 3
Methods
CallOptionsGidBuilder builder() static nothrowGet builder for [arrowflight.call_options.CallOptions] Returns: New builder objectdouble timeout() @property nothrowGet `timeout` property. Returns: An optional timeout for this call. Negative durations mean an implementation-defined default behavior will be used instead. This is the default value.void timeout(double propval) @property nothrowSet `timeout` property. Params: propval = An optional timeout for this call. Negative durations mean an implementation-defined default behavior will be used instead. This is the default value.void foreachHeader(arrowflight.types.HeaderFunc func) nothrowIterates over all headers in the options.Fluent builder implementation template for arrowflight.call_options.CallOptions
Methods
T timeout(double propval) nothrowSet `timeout` property. Params: propval = An optional timeout for this call. Negative durations mean an implementation-defined default behavior will be used instead. This is the default value. Retu...Fluent builder for arrowflight.call_options.CallOptions
Methods