Ditto 4.13.1
 
Loading...
Searching...
No Matches
SortDirection.hpp
1#ifndef DITTO_SORT_DIRECTION_H
2#define DITTO_SORT_DIRECTION_H
3
4#include "Helpers.hpp"
5
6namespace ditto {
7
14enum class DITTO_DEPRECATED_BECAUSE(
15 "Use DQL (Ditto Query Language) instead. For more information see: "
16 "https://ditto.com/link/legacy-to-dql-guide") SortDirection {
17 ascending = 1,
18 descending
19};
20} // namespace ditto
21#endif
Namespace for the Ditto C++ SDK types and functions.
Definition AbstractDocumentPath.hpp:19
SortDirection
Definition SortDirection.hpp:16