Class

ArrowFlightClientOptions

since: 1.0

Description

class ArrowFlight.ClientOptions : GObject.Object
{
  /* No available fields */
}
No description available.

Available since: 1.0

Ancestors

Constructors

gaflight_client_options_new
No description available.

since: 5.0.0

Instance methods

Methods inherited from GObject (42)

Please see GObject for a full list of methods.

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.

since: 2.0

Class structure

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