| FlightReportJson Properties |
The FlightReportJson type exposes the following members.
| Name | Description | |
|---|---|---|
| Aircraft |
Gets the list of aircraft that the flights refer to.
| |
| Airports |
Gets the list of airports that the routes refer to.
| |
| CountRows |
Gets or sets the total number of rows that match the report criteria.
(Inherited from ReportRowsJson.) | |
| ErrorText |
Gets or sets the content of any errors or exceptions that were thrown during the processing of the report.
(Inherited from ReportRowsJson.) | |
| Flights |
Gets the list of flights that match the report criteria.
| |
| FromDate |
Gets or sets the first date that the report covers.
| |
| GroupBy |
Gets or sets a value indicating the column that the data has been grouped by.
(Inherited from ReportRowsJson.) | |
| OperatorFlagsAvailable |
Gets or sets a value indicating that operator flags can be shown on the report.
(Inherited from ReportRowsJson.) | |
| ProcessingTime |
Gets or sets a value indicating how long the report took to process.
(Inherited from ReportRowsJson.) | |
| Routes |
Gets the list of routes that the flights refer to.
| |
| SilhouettesAvailable |
Gets or sets a value indicating that silhouettes can be shown on the report.
(Inherited from ReportRowsJson.) | |
| ToDate |
Gets or sets the last date that the report covers.
|