Addition optional configuration that can be passed to the dh.CoreClient constructor.

Hierarchy

  • ConnectOptions

Constructors

Properties

Constructors

Properties

debug?: boolean

True to enable debug logging. At this time, only enables logging for gRPC calls.

headers?: {
    [key: string]: string;
}

Optional map of http header names and values to send to the server with each request.

Type declaration

  • [key: string]: string
useWebsockets?: boolean

Set this to true to force the use of websockets when connecting to the deephaven instance, false to force the use of fetch.

Defaults to null, indicating that the server URL should be checked to see if we connect with fetch or websockets.