Represents a source of chunks.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic interface IBsonChunkSource : IDisposable
Public Interface IBsonChunkSource
Inherits IDisposable
type IBsonChunkSource =
interface
interface IDisposable
end
The IBsonChunkSource type exposes the following members.
Methods | Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
 | GetChunk |
Gets the chunk.
|
Top
See Also