Table of Contents

Property AutoIndexId

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

AutoIndexId

Gets or sets a value indicating whether an index on _id should be created automatically.

[Obsolete("AutoIndexId has been deprecated since server version 3.2.")]
public bool? AutoIndexId { get; set; }

Property Value

bool?

A value indicating whether an index on _id should be created automatically.