Table of Contents

Constructor IngestionThrottleContext

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

IngestionThrottleContext(int, int, int, long, TimeSpan)

What the runner tells a throttle about the run so far.

public IngestionThrottleContext(int ConfiguredBatchSize, int CurrentBatchSize, int DocumentsProcessed, long ChunksWritten, TimeSpan Elapsed)

Parameters

ConfiguredBatchSize int

The registered WriteBatchSize.

CurrentBatchSize int

The batch in force, after memory pressure has shrunk it.

DocumentsProcessed int

Documents finished so far.

ChunksWritten long

Chunks upserted so far.

Elapsed TimeSpan

Wall time since the run started.