FireDAC.Phys.MongoDBWrapper.TMongoCollection.DocsInserted

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DocsInserted: Int64 read FDocsInserted;

C++

__property __int64 DocsInserted = {read=FDocsInserted};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection


説明

直近の挿入操作またはバルク操作でコレクションに挿入されたドキュメントの数です。

DocsInserted には、更新操作の一環として実行された挿入は含まれません。それらの挿入の数は DocsUpserted に含まれます。

関連項目