IBsonChunkSource Interface |
Represents a source of chunks.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntaxpublic interface IBsonChunkSource : IDisposable
Public Interface IBsonChunkSource
Inherits IDisposable
type IBsonChunkSource =
interface
interface IDisposable
endThe 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