Namespace MongoDB.Driver.Core.Misc
| MongoDB CSharp Driver API Reference (original) (raw)
The MongoDB.Driver.Core.Misc namespace contains miscellaneous classes.
Classes
Represents a batch of items that can be split if not all items can be processed at once.
Represents helper methods for EndPoints.
Represents methods that can be used to ensure that parameter values meet expected conditions.
Represents a feature that is not supported by all versions of the server.
FixedCountBatchableSourceSerializer
A serializer for BatchableSource that serializes a fixed count of items.
Represents the hint for find and modify feature.
Represents a range between a minimum and a maximum value.
Represents a semantic version number.
Represents a tentative request to acquire a SemaphoreSlim.
SizeLimitingBatchableSourceSerializer
A serializer for BatchableSource that serializes as much of the BatchableSource as fits in the max batch count and size.
Interfaces
Represents a batch of items that can be split if not all items can be processed at once.