Constructor MultiChunkBuffer
MultiChunkBuffer(IBsonChunkSource)
Initializes a new instance of the Multi
Parameters
chunkSource
IBsonChunk Source The chunk pool.
Exceptions
- Argument
Null Exception chunkPool
MultiChunkBuffer(IEnumerable<IBsonChunk>, int?, bool)
Initializes a new instance of the Multi
public MultiChunkBuffer(IEnumerable<IBsonChunk> chunks, int? length = null, bool isReadOnly = false)
Parameters
chunks
IEnumerable<IBsonChunk >The chunks.
length
int?The length.
isReadOnly
boolWhether the buffer is read only.
Exceptions
- Argument
Null Exception chunks