FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Fsync

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fsync: Boolean read GetFsync write SetFsync;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoWriteConcern

Description

Gets or sets whether an fsync must be performed before indicating the write operation success.


See Also