Table of Contents

Class FlightTicket

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

Constructors

FlightTicket(ByteString)

public FlightTicket(ByteString ticket)

Parameters

ticket ByteString

FlightTicket(byte[])

public FlightTicket(byte[] bytes)

Parameters

bytes byte[]

FlightTicket(string)

public FlightTicket(string ticket)

Parameters

ticket string

Properties

Ticket

public ByteString Ticket { get; }

Property Value

ByteString

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int