Class
ArrowFlightClientOptions
Properties
ArrowFlight.ClientOptions:certificate-chain
The client certificate to use if using Mutual TLS.
since: 14.0.0
ArrowFlight.ClientOptions:disable-server-verification
Whether use TLS without validating the server certificate. Use with caution.
since: 9.0.0
ArrowFlight.ClientOptions:override-host-name
Override the host name checked by TLS. Use with caution.
since: 14.0.0
ArrowFlight.ClientOptions:private-key
The private key associated with the client certificate for Mutual TLS.
since: 14.0.0
ArrowFlight.ClientOptions:tls-root-certificates
Root certificates to use for validating server certificates.
since: 14.0.0
ArrowFlight.ClientOptions:write-size-limit-bytes
A soft limit on the number of bytes to write in a single batch when sending Arrow data to a server.
since: 14.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.