summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.idl
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2021-07-23 11:04:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 11:44:52 +0000
commit0f554217d6476d804f9ed1051722447fec017fb4 (patch)
treefab076e3e2794370067dbc74f610deaa17236a30 /src/mongo/db/query/cursor_response.idl
parent186c59cdf182e3d26c3443e6e2a0a17197aa8602 (diff)
downloadmongo-0f554217d6476d804f9ed1051722447fec017fb4.tar.gz
SERVER-58581 Add SEARCH_META variable
Diffstat (limited to 'src/mongo/db/query/cursor_response.idl')
-rw-r--r--src/mongo/db/query/cursor_response.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/query/cursor_response.idl b/src/mongo/db/query/cursor_response.idl
index 66c118ff5f6..639a3cf3fe4 100644
--- a/src/mongo/db/query/cursor_response.idl
+++ b/src/mongo/db/query/cursor_response.idl
@@ -79,6 +79,10 @@ structs:
cursor:
description: "A response cursor object."
type: InitialResponseCursor
+ vars:
+ description: "An optional field containing additional response information for the query."
+ type: object
+ optional: true
GetMoreResponseCursor:
description: "A struct representing a subsequent response cursor."