Table of Contents

Class WriteConcern.WCount

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a numeric WValue.

public sealed class WriteConcern.WCount : WriteConcern.WValue, IEquatable<WriteConcern.WValue>, IEquatable<WriteConcern.WCount>
Inheritance
WriteConcern.WCount
Implements
Inherited Members

Constructors

WCount(int)

Initializes a new instance of the WriteConcern.WCount class.

Properties

Value

Gets the value.

Methods

Equals(WCount)
Equals(object)
GetHashCode()
ToBsonValue()

Converts this WValue to a BsonValue suitable to be included in a BsonDocument representing a write concern.

ToString()