Table of Contents

Class InputBufferChunkSource

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

Represents a source of chunks optimized for input buffers.

public sealed class InputBufferChunkSource : IBsonChunkSource, IDisposable
Inheritance
InputBufferChunkSource
Implements
Inherited Members
Extension Methods

Constructors

InputBufferChunkSource(IBsonChunkSource, int, int, int)

Initializes a new instance of the InputBufferChunkSource class.

Properties

BaseSource

Gets the base source.

MaxChunkSize

Gets the maximum size of a chunk.

MaxUnpooledChunkSize

Gets the maximum size of an unpooled chunk.

MinChunkSize

Gets the minimum size of a chunk.

Methods

Dispose()
GetChunk(int)

Gets the chunk.