#include <userver/storages/mongo/options.hpp>
Specifies an index to use for the query.
Definition at line 230 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.  | |