Class DropIndexOptions
Options for dropping an index.
public class DropIndexOptions
- Inheritance
-
DropIndexOptions
- Inherited Members
Properties
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
- BsonValue
The comment.
MaxTime
Gets or sets the maximum time.
public TimeSpan? MaxTime { get; set; }
Property Value
- TimeSpan?
The maximum time.