FireDAC.Phys.MongoDBWrapper.TMongoCollection.WriteConcern

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WriteConcern: TMongoWriteConcern read FWriteConcern;

C++

__property TMongoWriteConcern* WriteConcern = {read=FWriteConcern};

Properties

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

Description

Settings that determine how the write operations of your collection affect members of a replica set.

See Also