MultiChunkBufferChunkSource Property |
Gets the chunk source.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public IBsonChunkSource ChunkSource { get; }
Public ReadOnly Property ChunkSource As IBsonChunkSource
Get
member ChunkSource : IBsonChunkSource with get
Property Value
Type:
IBsonChunkSource
The chunk source.
See Also