Share via


IngestionChunkProcessor<T> Class

Definition

Processes chunks in a pipeline.

generic <typename T>
public ref class IngestionChunkProcessor abstract
public abstract class IngestionChunkProcessor<T>
type IngestionChunkProcessor<'T> = class
Public MustInherit Class IngestionChunkProcessor(Of T)

Type Parameters

T

The type of the chunk content.

Inheritance
IngestionChunkProcessor<T>
Derived

Constructors

Name Description
IngestionChunkProcessor<T>()

Methods

Name Description
ProcessAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken)

Processes chunks asynchronously.

Applies to