WriteConcernJournal Property |
Gets the journal value.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public Nullable<bool> Journal { get; }
Public ReadOnly Property Journal As Nullable(Of Boolean)
Get
member Journal : Nullable<bool> with get
Property Value
Type:
NullableBoolean
The journal value.
See Also