IndexInfoDroppedDups Property |
Gets a value indicating whether dups were dropped when the index was created.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public bool DroppedDups { get; }
Public ReadOnly Property DroppedDups As Boolean
Get
member DroppedDups : bool with get
Property Value
Type:
BooleanSee Also