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

    A message for doing simple auth.

    from protobuf message arrow.flight.protocol.BasicAuth

    interface BasicAuth {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    from protobuf field: string password = 3;

    username: string

    from protobuf field: string username = 2;