Table of Contents

Constructor OutputBufferChunkSource

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

OutputBufferChunkSource(IBsonChunkSource, int, int, int)

Initializes a new instance of the OutputBufferChunkSource class.

public OutputBufferChunkSource(IBsonChunkSource baseSource, int initialUnpooledChunkSize = 1024, int minChunkSize = 16384, int maxChunkSize = 1048576)

Parameters

baseSource IBsonChunkSource

The chunk source.

initialUnpooledChunkSize int

The size of the initial unpooled chunk.

minChunkSize int

The minimum size of a chunk.

maxChunkSize int

The maximum size of a chunk.