クラス: Mongo::Operation::GetMore::Result
- 定義:
- build/ruby-Driver-v 2.19 /lib/mongo/operation/get_ more/result.rb
Overview
get more コマンドの結果のカスタム動作を定義します。
定数の概要
結果から継承される定数
結果::CURSOR 、結果::CURSOR_ID 、結果::FIRST_BATCH 、結果::N 、結果::NAMESPACE 、結果::Next_BATCH 、結果:: OK 、結果::RESULT
インスタンス属性の概要
結果から継承される属性
# connection_description 、 # connection_ global_id 、 # replays
インスタンス メソッドの概要を折りたたむ
-
#cursor_id ⇒ Integer
private
カーソル ID を取得します。
-
ドキュメント数: 配列[BSON::Document]<BSON::Document>
結果内のドキュメントを取得します。
-
# post_batch_resume_token 詳しくは、 BSON ::Document | nil
private
結果のバッチ書込み再開トークンを取得します。
結果から継承されるメソッド
認証済み 、#cluster_time 、 各 、# error 、# has_cursor_id ? 、 #initiate 、 #inspect 、 # labels 、 #namespace 、 #ok? 、 #operation_time 、# reply 、#returned_count 、 #snapshot_timestamp 、#成功し たかどうか 、 トポロジー_バージョン 、検証し ます。 、 #write_concern_error 、 #Written_count
コンストラクターの詳細
このクラスは、 Mongo::Operation::Resultから コンストラクターを継承します。
インスタンス メソッドの詳細
#cursor_id ⇒ Integer
このメソッドは、プライベート API の一部です。 このメソッドは将来削除または変更される可能性があるため、可能な限り使用しないでください。
カーソル ID を取得します。
37 38 39 |
ファイル 'Build/ruby-Driver-v 2.19 /lib/mongo/operation/get_ more/result.rb ', 行37 デフォルト cursor_id cursor_document ? cursor_document[CURSOR_ID] : スーパー end |
ドキュメント 数 : 配列[BSON::Document]<BSON::Document>
結果内のドキュメントを取得します。
59 60 61 |
ファイル 'Build/ruby-Driver-v 2.19 /lib/mongo/operation/get_ more/result.rb ', 行59 デフォルト ドキュメント cursor_document[Next_バッチ] end |
# post_batch_resume_token 詳しくは、 BSON ::Document | nil
このメソッドは、プライベート API の一部です。 このメソッドは将来削除または変更される可能性があるため、可能な限り使用しないでください。
結果のバッチ書込み再開トークンを取得する
46 47 48 |
ファイル 'Build/ruby-Driver-v 2.19 /lib/mongo/operation/get_ more/result.rb ', 行46 デフォルト post_batch_resume_token cursor_document ? cursor_document['postBatchResumeToken'] : nil end |