クラス: Mongo::Crypt::RewriteManyDataKeyResult
- 継承:
-
オブジェクト
- オブジェクト
- Mongo::Crypt::Re wrapManyDataKeyResult
- 定義:
- lib/mongo/crypt/rawap_many_data_key_result.rb
Overview
多くのデータを含む キー操作をリラップします。
インスタンス属性の概要を折りたたむ
-
#bulk_write_result = BulkWrite::Result
readOnly
リラップされたデータキーを使用してキーヴォールト コレクションを更新するために使用される一括書込み (write) 操作の結果です。
インスタンス メソッドの概要を折りたたむ
-
#初期化(bulk_write_result) = RewriteManyDataKeyResult
コンストラクター
RewriteManyDataKeyResult の新しいインスタンス。
コンストラクターの詳細
#初期化( bulk_write_result ) = RewriteManyDataKeyResult
RewriteManyDataKeyResult の新しいインスタンスを返します。
30 31 32 |
# ファイル 'lib/mongo/crypt/rewrite_many_data_key_result.rb' の検索行は 30 です デフォルト 初期化(bulk_write_result) @bulk_write_result = bulk_write_result end |
インスタンス属性の詳細
# bulk_write_result = BulkWrite::Result (読み取り専用)
リラップされたデータキーを使用してキーヴォールトコレクションを更新するために使用される一括書き込み操作の結果を返します。
25 26 27 |
# ファイル 'lib/mongo/crypt/rewrite_many_data_key_result.rb' の検索行は 25 です デフォルト bulk_write_result @bulk_write_result end |