CreateCollectionOptionsAutoIndexId Property |
Gets or sets a value indicating whether to automatically create an index on the _id.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<bool> AutoIndexId { get; set; }
Public Property AutoIndexId As Nullable(Of Boolean)
Get
Set
member AutoIndexId : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also