Class CreateManyIndexesOptions
Options for creating multiple indexes.
public class CreateManyIndexesOptions
- Inheritance
-
CreateManyIndexesOptions
- Inherited Members
Properties
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
- BsonValue
The comment.
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.