Skip to main content
The cyborg::Client class manages storage configurations and acts as a factory for creating or loading encrypted indexes.

Constructor

Initializes a new instance of Client.

Parameters

Exceptions

  • Throws if the cpu_threads parameter is less than 0.
  • Throws if any DBConfig is invalid.
  • Throws if the GPU is not available when gpu_accelerate is true.
  • Throws if the backing store is not available.
  • Throws if the Client could not be initialized.

Example Usage