Table of Contents

Class CreateOneIndexOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for creating a single index.

public class CreateOneIndexOptions
Inheritance
CreateOneIndexOptions
Inherited Members

Properties

CommitQuorum

Gets or sets the commit quorum.

public CreateIndexCommitQuorum CommitQuorum { get; set; }

Property Value

CreateIndexCommitQuorum

The commit quorum.

MaxTime

Gets or sets the maximum time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

The maximum time.