NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.0.0" />

.NET API 4,262,912 bytes

 ScrollAllDescriptor<T>

public ScrollAllDescriptor(Time scrollTime, int numberOfSlices)

public ScrollAllDescriptor<T> BackPressure(int maxConcurrency, int? backPressureFactor = default)

Simple back pressure implementation that makes sure the minimum max concurrency between producer and consumer is not amplified by the greedier of the two by more then a given back pressure factor When set each bulk request will call Release

public ScrollAllDescriptor<T> MaxDegreeOfParallelism(int? maxDegreeOfParallelism)

public ScrollAllDescriptor<T> RoutingField<TValue>(Expression<Func<T, TValue>> objectPath)