class Mongo::Bulk::WriteResult

Overview

An aggregated result of the server replies.

Defined in:

cryomongo/bulk.cr

Instance Method Summary

Instance Method Detail

def n_inserted : Int32 #

def n_inserted=(n_inserted : Int32) #

def n_matched : Int32 #

def n_matched=(n_matched : Int32) #

def n_modified : Int32 #

def n_modified=(n_modified : Int32) #

def n_removed : Int32 #

def n_removed=(n_removed : Int32) #

def n_upserted : Int32 #

def n_upserted=(n_upserted : Int32) #

def upserted : Array(Commands::Common::Upserted) #

def upserted=(upserted : Array(Commands::Common::Upserted)) #

def write_concern_errors : Array(Commands::Common::WriteConcernError) #

def write_concern_errors=(write_concern_errors : Array(Commands::Common::WriteConcernError)) #

def write_errors : Array(Commands::Common::WriteError) #

def write_errors=(write_errors : Array(Commands::Common::WriteError)) #