MongoDB.Driver.Core.Misc Namespace (original) (raw)
The MongoDB.Driver.Core.Misc namespace contains miscellaneous classes.
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| | ArrayFiltersFeature | Represents the arrayFilters feature. |
|
| BatchableSourceT | Represents a batch of items that can be split if not all items can be processed at once. |
|
| CollationFeature | Represents the collation feature. |
|
| CommandsThatWriteAcceptWriteConcernFeature | Represents the commands that write accept write concern concern feature. |
|
| EndPointHelper | Represents helper methods for EndPoints. |
|
| Ensure | Represents methods that can be used to ensure that parameter values meet expected conditions. |
|
| Feature | Represents a feature that is not supported by all versions of the server. |
|
| FixedCountBatchableSourceSerializerTItem | A serializer for BatchableSource that serializes a fixed count of items. |
|
| RangeT | Represents a range between a minimum and a maximum value. |
|
| ReadConcernFeature | Represents the read concern feature. |
|
| SemanticVersion | Represents a semantic version number. |
|
| SemaphoreSlimRequest | Represents a tentative request to acquire a SemaphoreSlim. |
|
| SizeLimitingBatchableSourceSerializerTItem | A serializer for BatchableSource that serializes as much of the BatchableSource as fits in the max batch count and size. |