Share via


IngestionChunkWriter<T> Class

Definition

Writes chunks to a destination.

generic <typename T>
public ref class IngestionChunkWriter abstract : IDisposable
public abstract class IngestionChunkWriter<T> : IDisposable
type IngestionChunkWriter<'T> = class
    interface IDisposable
Public MustInherit Class IngestionChunkWriter(Of T)
Implements IDisposable

Type Parameters

T

The type of the chunk content.

Inheritance
IngestionChunkWriter<T>
Derived
Implements

Constructors

IngestionChunkWriter<T>()

Methods

Dispose()

Disposes the writer and releases all associated resources.

Dispose(Boolean)

Disposes the writer.

WriteAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken)

Writes chunks asynchronously.

Applies to