ConnectionStringFSync Property |
Gets the fsync value of the write concern.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public Nullable<bool> FSync { get; }
Public ReadOnly Property FSync As Nullable(Of Boolean)
Get
member FSync : Nullable<bool> with get
Property Value
Type:
NullableBooleanSee Also