Add comment

This commit is contained in:
alesapin 2020-06-26 17:34:37 +03:00
parent 4969da85d9
commit 252706e956

View File

@ -46,6 +46,9 @@ private:
const UInt64 max_block_size;
ExternalResultDescription description;
bool all_read = false;
/// if true stream will check, that all required fields present in MongoDB
/// collection, otherwise throw exception.
bool strict_check_names;
};