Class OutputBufferChunkSource
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
- GetChunk(int)
- Gets the chunk.