Table of Contents

Class FlightCallOptions

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

Constructors

FlightCallOptions()

public FlightCallOptions()

Properties

Headers

public Metadata Headers { get; set; }

Property Value

Metadata

Timeout

Gets or sets the optional timeout for this call. Negative durations mean an implementation-defined default behavior will be used instead.

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan