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 #

[View source]
def n_inserted=(n_inserted : Int32) #

[View source]
def n_matched : Int32 #

[View source]
def n_matched=(n_matched : Int32) #

[View source]
def n_modified : Int32 #

[View source]
def n_modified=(n_modified : Int32) #

[View source]
def n_removed : Int32 #

[View source]
def n_removed=(n_removed : Int32) #

[View source]
def n_upserted : Int32 #

[View source]
def n_upserted=(n_upserted : Int32) #

[View source]
def upserted : Array(Commands::Common::Upserted) #

[View source]
def upserted=(upserted : Array(Commands::Common::Upserted)) #

[View source]
def write_concern_errors : Array(Commands::Common::WriteConcernError) #

[View source]
def write_concern_errors=(write_concern_errors : Array(Commands::Common::WriteConcernError)) #

[View source]
def write_errors : Array(Commands::Common::WriteError) #

[View source]
def write_errors=(write_errors : Array(Commands::Common::WriteError)) #

[View source]