Click or drag to resize

WriteConcern Properties

The WriteConcern type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAcknowledged
Gets an instance of WriteConcern that represents an acknowledged write concern.
Public propertyFSync
Gets the fsync value.
Public propertyIsAcknowledged
Gets a value indicating whether this instance is an acknowledged write concern.
Public propertyIsServerDefault
Gets a value indicating whether this write concern will use the default on the server.
Public propertyJournal
Gets the journal value.
Public propertyStatic memberUnacknowledged
Gets an instance of WriteConcern that represents an unacknowledged write concern.
Public propertyW
Gets the w value.
Public propertyStatic memberW1
Gets an instance of WriteConcern that represents a W1 write concern.
Public propertyStatic memberW2
Gets an instance of WriteConcern that represents a W2 write concern.
Public propertyStatic memberW3
Gets an instance of WriteConcern that represents a W3 write concern.
Public propertyStatic memberWMajority
Gets an instance of WriteConcern that represents a majority write concern.
Public propertyWTimeout
Gets the wtimeout value.
Top
See Also