Table of Contents

Class FlightResult

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

Constructors

FlightResult(ByteString)

public FlightResult(ByteString body)

Parameters

body ByteString

FlightResult(byte[])

public FlightResult(byte[] body)

Parameters

body byte[]

FlightResult(string)

public FlightResult(string body)

Parameters

body string

Properties

Body

public ByteString Body { 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