Table of Contents

Class FlightClientRecordBatchStreamWriter

Namespace
Apache.Arrow.Flight.Client
Assembly
Apache.Arrow.Flight.dll
public class FlightClientRecordBatchStreamWriter : FlightRecordBatchStreamWriter, IDisposable, IClientStreamWriter<RecordBatch>, IAsyncStreamWriter<RecordBatch>
Inheritance
FlightClientRecordBatchStreamWriter
Implements
Inherited Members

Methods

CompleteAsync()

Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.

public Task CompleteAsync()

Returns

Task

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool