Class WriteConcern.WCount
Represents a numeric WValue.
public sealed class WriteConcern.WCount : WriteConcern.WValue, IEquatable<WriteConcern.WValue>, IEquatable<WriteConcern.WCount>
- Inheritance
-
Write
Concern. WCount
- Implements
- Inherited Members
Constructors
- WCount(int)
Initializes a new instance of the Write
Concern. class.WCount
Properties
- Value
Gets the value.
Methods
- To
Bson Value() Converts this WValue to a BsonValue suitable to be included in a BsonDocument representing a write concern.