|
enum | Type { attributePresenceCheck,
attributeValueMatch,
textMatch,
numericRangeMatch
} |
|
|
| AttributeSearchCondition (const nx::kit::Json &json) noexcept(false) |
|
| AttributeSearchCondition (const char *jsonData) noexcept(false) |
|
template<typename T > |
| AttributeSearchCondition (const T &)=delete |
|
bool | operator== (const AttributeSearchCondition &) const |
|
nx::kit::Json | to_json () const |
|
|
Type | type |
|
std::string | name |
|
std::string | value |
|
std::string | text |
|
bool | isNegative = false |
|
bool | matchesFromStart = false |
|
bool | matchesTillEnd = false |
|
NumericRange | range |
|
The documentation for this struct was generated from the following files:
- src/nx/sdk/cloud_storage/helpers/data.h
- src/nx/sdk/cloud_storage/helpers/data.cpp