Table of Contents

Class CreateIndexCommitQuorumWithMode

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

Represents a CreateIndexCommitQuorum with a mode value.

public sealed class CreateIndexCommitQuorumWithMode : CreateIndexCommitQuorum
Inheritance
CreateIndexCommitQuorumWithMode
Inherited Members

Constructors

CreateIndexCommitQuorumWithMode(string)

Initializes an instance of CreateIndexCommitQuorumWithMode.

Properties

Mode

The mode value.

Methods

ToBsonValue()

Converts the create index commit quorum to a BsonValue.