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

    Interface RenewFlightEndpointRequest

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

    Properties

    Properties

    endpoint?: FlightEndpoint

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