tree: e606ebae987724615a7eb0e251f888b5773e9c9a [path history] [tgz]
  1. FlightClientExample.csproj
  2. Program.cs
  3. readme.md
csharp/examples/FlightClientExample/readme.md

Example Flight Client

This client can connect the Flight Server example and will:

  1. Upload a test Arrow table
  2. Query metadata about available flights and the uploaded Arrow table
  3. Download the test Arrow table.
  4. Clear data on the server.

To test this, start the Example Flight Server first and then run this.