Table of Contents

Class Type1CommandMessageSection

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

Represents a Type 1 CommandMessage section.

public abstract class Type1CommandMessageSection : CommandMessageSection
Inheritance
Type1CommandMessageSection
Derived
Inherited Members

Constructors

Type1CommandMessageSection(string, IBatchableSource<object>, IBsonSerializer, 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.

ElementNameValidator

Gets the element name validator.

Identifier

Gets the identifier.

MaxBatchCount

Gets the maximum batch count.

MaxDocumentSize

Gets the maximum size of the document.

PayloadType

Gets the type of the payload.