FireDAC.Phys.MongoDBWrapper.TMongoCollection.DocsUpserted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DocsUpserted: Int64 read FDocsUpserted;

C++

__property __int64 DocsUpserted = {read=FDocsUpserted};

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.

See Also