FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern Properties
InheritedProtected
| BLib | public | Read-only. Returns a reference to BSON library object. |
| CLib | public | Read-only. Returns a reference to MongoDB C driver library object. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Env | public | Read-only. Returns a reference to the MongoDB API environment object. |
| Error | public | Read-only. Returns a reference to the error handling object. |
| Fsync | public | Gets or sets whether an fsync must be performed before indicating the write operation success. |
| Handle | public | Gets and sets the MongoDB API handle. |
| Journal | public | Gets or sets whether MongoDB acknowledges the write operation only after committing the data to the journal. |
| Level | public | Gets and sets the current write concern level of this write concern object. |
| Majority | public | Gets or sets a timeout (in msecs) for changes to propagate accross all the nodes in the replica set before considering the write request failed. |
| OwningObj | public | Read-only. Returns a reference to an object that owns this object. |
| Tag | public | Gets or sets the write tag that must be satistified for the write to indicate success. |
| Timeout | public | Gets or sets the write operation timeout (in milliseconds). |