Click or drag to resize
BsonChunkPoolDefault Property
Gets or sets the default chunk pool.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public static BsonChunkPool Default { get; set; }

Property Value

Type: BsonChunkPool
The default chunk pool.
See Also