Click or drag to resize

InsertMessageTDocument Properties

The InsertMessageTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyContinueOnError
Gets a value indicating whether the server should continue on error.
Public propertyDocumentSource
Gets the document source.
Public propertyMaxBatchCount
Gets the maximum number of documents in a batch.
Public propertyMaxMessageSize
Gets the maximum size of a message.
Public propertyMessageType
Gets the type of the message.
(Overrides MongoDBMessageMessageType.)
Public propertyRequestId
Gets the request identifier.
(Inherited from RequestMessage.)
Public propertySerializer
Gets the serializer.
Public propertyShouldBeSent
Gets a delegate that determines whether this message should be sent.
(Inherited from RequestMessage.)
Public propertyWasSent
Gets or sets a value indicating whether this message was sent.
(Inherited from RequestMessage.)
Top
See Also