Table of Contents

Class OutputBufferChunkSource

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

Represents a source of chunks optimized for output buffers.

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

Constructors

OutputBufferChunkSource(IBsonChunkSource, int, int, int)

Initializes a new instance of the OutputBufferChunkSource class.

Properties

BaseSource

Gets the base source.

InitialUnpooledChunkSize

Gets the initial unpooled chunk size.

MaxChunkSize

Gets the maximum size of a chunk.

MinChunkSize

Gets the minimum size of a chunk.

Methods

Dispose()
GetChunk(int)

Gets the chunk.