[This is preliminary documentation and is subject to change.]
Defines data safety modes http://docs.mongodb.org/manual/core/write-concern/
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unacknowledged | -1 | ||
| Acknowledged | 0 | ||
| Journaled | 1 |
See Also