IBsonChunk Interface (original) (raw)

Represents a chunk of bytes.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public interface IBsonChunk : IDisposable

Public Interface IBsonChunk Inherits IDisposable

type IBsonChunk =
interface interface IDisposable end

The IBsonChunk type exposes the following members.

Properties

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | --------------- | | Public property | Bytes | Gets the bytes. |

Top

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public method | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | | Public method | Fork | Returns a new reference to the same chunk that can be independently disposed. |

Top

See Also

Reference