IngestionChunkProcessor<T> Klass

Definition

Bearbetar segment i en pipeline.

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

Typparametrar

T

Typ av segmentinnehåll.

Arv
IngestionChunkProcessor<T>
Härledda

Konstruktorer

Name Description
IngestionChunkProcessor<T>()

Bearbetar segment i en pipeline.

Metoder

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

Bearbetar segment asynkront.

Gäller för