FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Tag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tag: String read GetTag write SetTag;

C++

__property System::UnicodeString Tag = {read=GetTag, write=SetTag};

Properties

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

Description

Gets or sets the write tag that must be satistified for the write to indicate success.

Write tags are preset write concerns configured on your MongoDB server.

Note: All tag values must be strings.

See Also