Table of Contents

Class FlightDescriptor

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

Properties

Command

public ByteString Command { get; }

Property Value

ByteString

Paths

public IEnumerable<string> Paths { get; }

Property Value

IEnumerable<string>

Type

public FlightDescriptorType Type { get; }

Property Value

FlightDescriptorType

Methods

CreateCommandDescriptor(byte[])

public static FlightDescriptor CreateCommandDescriptor(byte[] command)

Parameters

command byte[]

Returns

FlightDescriptor

CreateCommandDescriptor(string)

public static FlightDescriptor CreateCommandDescriptor(string command)

Parameters

command string

Returns

FlightDescriptor

CreatePathDescriptor(params string[])

public static FlightDescriptor CreatePathDescriptor(params string[] paths)

Parameters

paths string[]

Returns

FlightDescriptor

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int