FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Fsync

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

Delphi

property Fsync: Boolean read GetFsync write SetFsync;

C++

__property bool Fsync = {read=GetFsync, write=SetFsync, nodefault};

プロパティ

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


説明

書き込み操作が正常終了したことを示す前に、fsync が実行される必要があるかどうかを、取得または設定します。


関連項目