Your opinion will help to improve our service
Leave a feedback >#include <userver/storages/mongo/options.hpp>
Specifies an index to use for the query.
Definition at line 232 of file options.hpp.
Public Member Functions | |
Hint (std::string index_name) | |
Specifies an index by name. | |
Hint (formats::bson::Document index_spec) | |
Specifies an index by fields covered. | |