class

Mongo::Bulk::WriteResult

Inherits Reference / Object

An aggregated result of the server replies.

Instance methods

n_inserted
Source
n_inserted=(n_inserted : Int32)
Source
n_matched
Source
n_matched=(n_matched : Int32)
Source
n_modified
Source
n_modified=(n_modified : Int32)
Source
n_removed
Source
n_removed=(n_removed : Int32)
Source
n_upserted
Source
n_upserted=(n_upserted : Int32)
Source
upserted
Source
upserted=(upserted : Array(Commands::Common::Upserted))
Source
write_concern_errors
Source
write_concern_errors=(write_concern_errors : Array(Commands::Common::WriteConcernError))
Source
write_errors
Source
write_errors=(write_errors : Array(Commands::Common::WriteError))
Source