nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::AttributeSearchCondition Struct Reference

Public Types

enum  Type { attributePresenceCheck, attributeValueMatch, textMatch, numericRangeMatch }
 

Public Member Functions

 AttributeSearchCondition (const nx::kit::Json &json)
 
 AttributeSearchCondition (const char *jsonData)
 
template<typename T >
 AttributeSearchCondition (const T &)=delete
 
bool operator== (const AttributeSearchCondition &) const
 
nx::kit::Json to_json () const
 

Static Public Member Functions

static std::string typeToString (Type type)
 
static Type typeFromString (const std::string &s)
 

Public Attributes

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: