Struct IngestionThrottleContext
What the runner tells a throttle about the run so far.
public readonly record struct IngestionThrottleContext : IEquatable<IngestionThrottleContext>
- Implements
- Inherited Members
Constructors
- IngestionThrottleContext(int, int, int, long, TimeSpan)
What the runner tells a throttle about the run so far.
Properties
- ChunksWritten
Chunks upserted so far.
- ConfiguredBatchSize
The registered
WriteBatchSize.
- CurrentBatchSize
The batch in force, after memory pressure has shrunk it.
- DocumentsProcessed
Documents finished so far.
- Elapsed
Wall time since the run started.