FireDAC.Phys.MongoDBWrapper.TMongoCollection.DocsUpserted
Delphi
property DocsUpserted: Int64 read FDocsRemoved;
C++
__property __int64 DocsUpserted = {read=FDocsRemoved};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoCollection |
Description
Number of documents inserted into the collection during the last update or bulk operation.
DocsUpserted does not count documents inserted as part of an insert operation.