SizeLimitingBatchableSourceSerializer(TItem) Class (original) (raw)
SizeLimitingBatchableSourceSerializerTItem Class
A serializer for BatchableSource that serializes as much of the BatchableSource as fits in the max batch count and size.
Inheritance Hierarchy
Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class SizeLimitingBatchableSourceSerializer : SerializerBase<BatchableSource>
Public Class SizeLimitingBatchableSourceSerializer(Of TItem) Inherits SerializerBase(Of BatchableSource(Of TItem))
type SizeLimitingBatchableSourceSerializer<'TItem> =
class
inherit SerializerBase<BatchableSource<'TItem>>
end
Type Parameters
TItem
The type of the items.
The SizeLimitingBatchableSourceSerializerTItem type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also