FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Journal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Journal: Boolean read GetJournal write SetJournal;

C++

__property bool Journal = {read=GetJournal, write=SetJournal, 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 MongoDB acknowledges the write operation only after committing the data to the journal.


See Also