Class FlightInfo
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
Schemadescriptor
FlightDescriptorendpoints
IReadOnlyList<FlightEndpoint>totalRecords
longtotalBytes
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
Schemadescriptor
FlightDescriptorendpoints
IReadOnlyList<FlightEndpoint>totalRecords
longtotalBytes
longordered
boolappMetadata
ByteString
Properties
AppMetadata
public ByteString AppMetadata { get; }
Property Value
- ByteString
Descriptor
public FlightDescriptor Descriptor { get; }
Property Value
Endpoints
public IReadOnlyList<FlightEndpoint> Endpoints { get; }
Property Value
Ordered
public bool Ordered { get; }
Property Value
Schema
public Schema Schema { get; }
Property Value
TotalBytes
public long TotalBytes { get; }
Property Value
TotalRecords
public long TotalRecords { get; }