Click or drag to resize

MongoDB.Driver.Core.Misc Namespace

The MongoDB.Driver.Core.Misc namespace contains miscellaneous classes.
Classes
  ClassDescription
Public classBatchableSourceT
Represents a batch of items that can be split if not all items can be processed at once.
Public classEndPointHelper
Represents helper methods for EndPoints.
Public classEnsure
Represents methods that can be used to ensure that parameter values meet expected conditions.
Public classFeature
Represents a feature that is not supported by all versions of the server.
Public classFixedCountBatchableSourceSerializerTItem
A serializer for BatchableSource that serializes a fixed count of items.
Public classHintForFindAndModifyFeature
Represents the hint for find and modify feature.
Public classRangeT
Represents a range between a minimum and a maximum value.
Public classSemanticVersion
Represents a semantic version number.
Public classSemaphoreSlimRequest
Represents a tentative request to acquire a SemaphoreSlim.
Public classSizeLimitingBatchableSourceSerializerTItem
A serializer for BatchableSource that serializes as much of the BatchableSource as fits in the max batch count and size.
Interfaces