Table of Contents

Class FlightHandshakeResponse

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

Constructors

FlightHandshakeResponse()

public FlightHandshakeResponse()

FlightHandshakeResponse(ByteString, ulong)

public FlightHandshakeResponse(ByteString payload, ulong protocolVersion = 1)

Parameters

payload ByteString
protocolVersion ulong

Fields

Empty

public static readonly FlightHandshakeResponse Empty

Field Value

FlightHandshakeResponse

Properties

Payload

public ByteString Payload { get; set; }

Property Value

ByteString

ProtocolVersion

public ulong ProtocolVersion { get; set; }

Property Value

ulong