FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBWrapper.TMongoObjectSystem.TObjectTMongoWriteConcern

Delphi

TMongoWriteConcern = class(TMongoObject)

C++

class PASCALIMPLEMENTATION TMongoWriteConcern : public TMongoObject

Properties

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

Description

Encapsulates MongoDB mongoc_write_concern_t structure that represents MongoDB API write concerns.

"Write concern" specifies whether a write operation has succeeded. For example, write concern allows your application to detect insertion errors.

All other MongoDB API wrapping classes provide an access to objects that represent default write concerns.

For more information, see http://docs.mongodb.org/master/core/write-concern/.

See Also