Table of Contents

Class Type1CommandMessageSection<TDocument>

Namespace
MongoDB.Driver.Core.WireProtocol.Messages
Assembly
MongoDB.Driver.Core.dll

Represents a Type 1 CommandMessage section.

public class Type1CommandMessageSection<TDocument> : Type1CommandMessageSection where TDocument : class

Type Parameters

TDocument

The type of the document.

Inheritance
Type1CommandMessageSection<TDocument>
Inherited Members

Constructors

Type1CommandMessageSection(string, IBatchableSource<TDocument>, IBsonSerializer<TDocument>, IElementNameValidator, int?, int?)

Initializes a new instance of the Type1CommandMessageSection<TDocument> class.

Properties

DocumentSerializer

Gets the document serializer.

DocumentType

Gets the type of the document.

Documents

Gets the documents.

See Also