Payload projection for search/scroll results. Qdrant accepts four wire shapes:
true ->All
true
false ->None
false
["a","b"] (shorthand) or {"include":["a","b"]} ->Include
["a","b"]
{"include":["a","b"]}
{"exclude":["a","b"]} ->Exclude
{"exclude":["a","b"]}
Return the whole payload.
Return the whole payload except the listed keys.
Return only the listed keys.
Return no payload.