@influxdata/influxdb3-client
    Preparing search index...

    Type Alias CreateQueryTransport

    CreateQueryTransport: (
        options: {
            clientOptions?: Record<string, any>;
            host: string;
            timeout?: number;
        },
    ) => RpcTransport & MaybeCloseable

    Type declaration

      • (
            options: {
                clientOptions?: Record<string, any>;
                host: string;
                timeout?: number;
            },
        ): RpcTransport & MaybeCloseable
      • Parameters

        • options: { clientOptions?: Record<string, any>; host: string; timeout?: number }

        Returns RpcTransport & MaybeCloseable