Class

ArrowFlightClientOptions

Description

class ArrowFlight.ClientOptions : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Constructors

gaflight_client_options_new
No description available.

Available since: 5.0.0

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ArrowFlight.ClientOptions:certificate-chain

The client certificate to use if using Mutual TLS.

Available since: 14.0.0

ArrowFlight.ClientOptions:disable-server-verification

Whether use TLS without validating the server certificate. Use with caution.

Available since: 9.0.0

ArrowFlight.ClientOptions:override-host-name

Override the host name checked by TLS. Use with caution.

Available since: 14.0.0

ArrowFlight.ClientOptions:private-key

The private key associated with the client certificate for Mutual TLS.

Available since: 14.0.0

ArrowFlight.ClientOptions:tls-root-certificates

Root certificates to use for validating server certificates.

Available 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.

Available since: 14.0.0

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct ArrowFlightClientOptionsClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.