CRUDResult TotalDocumentsAffected FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

This field contains the aggregated number of documents successfully matched (n) by the entire write command. This includes the number of documents inserted, upserted, updated, and deleted. We do not report on the individual number of documents affected by each batch item. If the application would wish so, then the application should issue one-item batches.

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public readonly int TotalDocumentsAffected

Field Value

Type: OnlineInt32
See Also