Table of Contents

Constructor InputBufferChunkSource

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

InputBufferChunkSource(IBsonChunkSource, int, int, int)

Initializes a new instance of the InputBufferChunkSource class.

public InputBufferChunkSource(IBsonChunkSource baseSource, int maxUnpooledChunkSize = 4096, int minChunkSize = 16384, int maxChunkSize = 1048576)

Parameters

baseSource IBsonChunkSource

The chunk source.

maxUnpooledChunkSize int

The maximum size of an unpooled chunk.

minChunkSize int

The minimum size of a chunk.

maxChunkSize int

The maximum size of a chunk.