Class InsertManyOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Options for inserting many documents.

public sealed class InsertManyOptions

Inheritance

object

InsertManyOptions

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

InsertManyOptions()

Initializes a new instance of the InsertManyOptions class.

Properties

BypassDocumentValidation

Gets or sets a value indicating whether to bypass document validation.

Comment

Gets or sets the comment.

IsOrdered

Gets or sets a value indicating whether the requests are fulfilled in order.