Click or drag to resize
CreateIndexOptions.Unique Property
Gets or sets a value indicating whether the index is a unique index.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public Nullable<bool> Unique { get; set; }

Property Value

Type: Nullable<Boolean>
See Also