Table of Contents

Class FlightAction

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

Constructors

FlightAction(string)

public FlightAction(string type)

Parameters

type string

FlightAction(string, ByteString)

public FlightAction(string type, ByteString body)

Parameters

type string
body ByteString

FlightAction(string, byte[])

public FlightAction(string type, byte[] body)

Parameters

type string
body byte[]

FlightAction(string, string)

public FlightAction(string type, string body)

Parameters

type string
body string

Properties

Body

public ByteString Body { get; }

Property Value

ByteString

Type

public string Type { get; }

Property Value

string