Table of Contents

Class CreateIndexCommitQuorum

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

Represents a create index commit quorum.

public abstract class CreateIndexCommitQuorum
Inheritance
CreateIndexCommitQuorum
Derived
Inherited Members

Properties

Majority

Gets a create index commit quorum of majority.

VotingMembers

Gets a create index commit quorum of voting members.

Methods

Create(int)

Creates a create index commit quorum with a w value.

Create(string)

Creates a create index commit quorum with a mode value.

ToBsonValue()

Converts the create index commit quorum to a BsonValue.