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;
}

Properties

Properties

info?: FlightInfo

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