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

    Interface CancelFlightInfoResult

    The result of the CancelFlightInfo action.

    The result should be stored in Result.body.

    from protobuf message arrow.flight.protocol.CancelFlightInfoResult

    interface CancelFlightInfoResult {
        status: CancelStatus;
    }
    Index

    Properties

    Properties

    status: CancelStatus

    from protobuf field: arrow.flight.protocol.CancelStatus status = 1;