Class BsonChunkPool
Represents a pool of chunks.
public sealed class BsonChunkPool : IBsonChunkSource, IDisposable
- Inheritance
-
BsonChunkPool
- Implements
- Inherited Members
- Extension Methods
Constructors
- BsonChunkPool(int, int)
Initializes a new instance of the BsonChunkPool class.
Properties
- ChunkCount
Gets the size of the pool.
- ChunkSize
Gets the chunk size.
- Default
Gets or sets the default chunk pool.
- MaxChunkCount
Gets the maximum size of the pool.
Methods
- GetChunk(int)
Gets the chunk.