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

    Interface CancelFlightInfoRequest

    The request of the CancelFlightInfo action.

    The request should be stored in Action.body.

    from protobuf message arrow.flight.protocol.CancelFlightInfoRequest

    interface CancelFlightInfoRequest {
        info?: FlightInfo;
    }
    Index

    Properties

    Properties

    info?: FlightInfo

    from protobuf field: arrow.flight.protocol.FlightInfo info = 1;