Table of Contents

Property InsertedCount

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

InsertedCount

Gets the number of documents that were inserted.

public abstract long InsertedCount { get; }

Property Value

long

The number of document that were inserted.