FireDAC.Phys.MongoDBWrapper.TMongoCollection.DocsInserted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DocsInserted: Int64 read FDocsInserted;

C++

__property __int64 DocsInserted = {read=FDocsInserted};

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 insert or bulk operation.

DocsInserted does not include insertions performed as part of an update operation; DocsUpserted contains the number of those.

See Also