The request of the RenewFlightEndpoint action.

The request should be stored in Action.body.

from protobuf message arrow.flight.protocol.RenewFlightEndpointRequest

interface RenewFlightEndpointRequest {
    endpoint?: FlightEndpoint;
}

Properties

Properties

endpoint?: FlightEndpoint

from protobuf field: arrow.flight.protocol.FlightEndpoint endpoint = 1;