类:Mongo::Operation::Delete::Result

继承:
结果
  • 对象
显示全部
定义于:
构建/ruby-driver-v2.19/lib/ mongo /operation/ 删除/result.rb

Overview

定义删除结果的自定义行为。

由于:

  • 2.0.0

常量摘要

Result继承的常量

Result::CURSORResult::CURSOR_IDResult::FIRST_BATCHResult::NResult::NAMESPACEResult::NEXT_BATCHResult::OKResult::RESULT

实例属性摘要

Result继承的属性

#connection_description#connection_global_id#replies

实例方法摘要折叠

Result继承的方法

#acknowledged? 、#cluster_time、 # cursor_id、#documents、# each 、# error # has_cursor_id ? , #initialize , #inspect , #labels , 命名空间 , #ok? , #operation_time , #reply , #returned_count , #snapshot_timestamp , # success ? #topology_version #validate! , #write_concern_error? , #liter_count

构造函数详情

该类从Mongo::Operation::Result继承了一个构造函数

实例方法详细信息

# bulk_result对象

由于:

  • 2.0.0



42
43
44
# File ' 构建/ruby-driver-v2.19/lib/ mongo /operation/ 删除/result.rb', 第42行

def bulk_result
  BulkResult.new(@replies, connection_description)
end

# Deleted_count =" Integer "

获取已删除文档的数量。

例子:

获取已删除的计数。

result.deleted_count

返回:

  • ( Integer )

    已删除计数。

由于:

  • 2.0.0



37
38
39
# File ' 构建/ruby-driver-v2.19/lib/ mongo /operation/ 删除/result.rb', 第37行

def Deleted_Count
  n
end