A location where a Flight service will accept retrieval of a particular stream given a ticket.

from protobuf message arrow.flight.protocol.Location

interface Location {
    uri: string;
}

Properties

Properties

uri: string

from protobuf field: string uri = 1;