Table of Contents

Property Result

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Result

Gets the result of the bulk write operation.

public BulkWriteResult<TDocument> Result { get; }

Property Value

BulkWriteResult<TDocument>