NEST by Elastic and contributors

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

.NET API 5,106,176 bytes

 ChunkingMode

public enum ChunkingMode
The chunking mode
Auto = 0

The chunk size will be dynamically calculated. This is the default and recommended value.

Manual = 1

Chunking will be applied according to the specified time span.

Off = 2

No chunking will be applied.