FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Fsync

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Fsync: Boolean read GetFsync write SetFsync;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoWriteConcern


Beschreibung

Ermittelt oder legt fest, ob ein fsync vor einer erfolgreichen Schreiboperation ausgeführt werden soll.


Siehe auch