Table of Contents

Class FlightEndpoint

Namespace
Apache.Arrow.Flight
Assembly
Apache.Arrow.Flight.dll
public class FlightEndpoint
Inheritance
FlightEndpoint
Inherited Members

Constructors

FlightEndpoint(FlightTicket, IReadOnlyList<FlightLocation>)

public FlightEndpoint(FlightTicket ticket, IReadOnlyList<FlightLocation> locations)

Parameters

ticket FlightTicket
locations IReadOnlyList<FlightLocation>

Properties

Locations

public IEnumerable<FlightLocation> Locations { get; }

Property Value

IEnumerable<FlightLocation>

Ticket

public FlightTicket Ticket { get; }

Property Value

FlightTicket

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int