Table of Contents

Class CreateIndexCommitQuorumWithW

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

Represents a CreateIndexCommitQuorum with a w value.

public sealed class CreateIndexCommitQuorumWithW : CreateIndexCommitQuorum
Inheritance
CreateIndexCommitQuorumWithW
Inherited Members

Constructors

CreateIndexCommitQuorumWithW(int)

Initializes an instance of CreateIndexCommitQuorumWithW.

Properties

W

The w value.

Methods

ToBsonValue()

Converts the create index commit quorum to a BsonValue.