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
6
namespace
ditto
{
7
14
enum 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
ditto
Namespace for the Ditto C++ SDK types and functions.
Definition
AbstractDocumentPath.hpp:19
ditto::SortDirection
SortDirection
Definition
SortDirection.hpp:16
include
SortDirection.hpp
Generated by
1.13.2