MongoDB.Driver.Core.Bindings Namespace (original) (raw)
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| | ChannelReadBinding | Represents a read binding that is bound to a channel. |
|
| ChannelReadWriteBinding | Represents a read-write binding that is bound to a channel. |
|
| ChannelSourceHandle | Represents a handle to a channel source. |
|
| ChannelSourceReadWriteBinding | Represents a read-write binding to a channel source. |
|
| CoreSession | Represents a session. |
|
| CoreSessionHandle | A handle to a reference counted core session. |
|
| CoreSessionOptions | Core session options. |
|
| CoreTransaction | The state of a transaction. |
|
| NoCoreSession | An object that represents no core session. |
|
| ReadBindingHandle | Represents a handle to a read binding. |
|
| ReadPreferenceBinding | Represents a read binding to a cluster using a ReadPreference to select the server. |
|
| ReadWriteBindingHandle | Represents a handle to a read-write binding. |
|
| ServerChannelSource | Represents a channel source that is bound to a server. |
|
| SingleServerReadBinding | Represents a read binding to a single server; |
|
| SingleServerReadWriteBinding | Represents a read/write binding to a single server. |
|
| SplitReadWriteBinding | Represents a split read-write binding, where the reads use one binding and the writes use another. |
|
| WrappingCoreSession | An abstract base class for a core session that wraps another core session. |
|
| WritableServerBinding | Represents a write binding to a writable server. |