Table of Contents

Class FlightInfo

Namespace
Apache.Arrow.Flight
Assembly
Apache.Arrow.Flight.dll
public class FlightInfo
Inheritance
FlightInfo
Inherited Members
Extension Methods

Constructors

FlightInfo(Schema, FlightDescriptor, IReadOnlyList<FlightEndpoint>, long, long)

public FlightInfo(Schema schema, FlightDescriptor descriptor, IReadOnlyList<FlightEndpoint> endpoints, long totalRecords = -1, long totalBytes = -1)

Parameters

schema Schema
descriptor FlightDescriptor
endpoints IReadOnlyList<FlightEndpoint>
totalRecords long
totalBytes long

FlightInfo(Schema, FlightDescriptor, IReadOnlyList<FlightEndpoint>, long, long, bool, ByteString)

public FlightInfo(Schema schema, FlightDescriptor descriptor, IReadOnlyList<FlightEndpoint> endpoints, long totalRecords, long totalBytes, bool ordered = false, ByteString appMetadata = null)

Parameters

schema Schema
descriptor FlightDescriptor
endpoints IReadOnlyList<FlightEndpoint>
totalRecords long
totalBytes long
ordered bool
appMetadata ByteString

Properties

AppMetadata

public ByteString AppMetadata { get; }

Property Value

ByteString

Descriptor

public FlightDescriptor Descriptor { get; }

Property Value

FlightDescriptor

Endpoints

public IReadOnlyList<FlightEndpoint> Endpoints { get; }

Property Value

IReadOnlyList<FlightEndpoint>

Ordered

public bool Ordered { get; }

Property Value

bool

Schema

public Schema Schema { get; }

Property Value

Schema

TotalBytes

public long TotalBytes { get; }

Property Value

long

TotalRecords

public long TotalRecords { get; }

Property Value

long