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

Public Member Functions

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

Static Public Member Functions

static ValueOrError< MotionFilterfromJson (const char *jsonStr) noexcept
 
static ValueOrError< MotionFilterfromJson (const nx::kit::Json &json) noexcept
 

Public Attributes

std::vector< std::string > deviceIds
 
TimePeriod timePeriod
 
std::vector< Rectregions
 
std::optional< int > limit
 
SortOrder order = SortOrder::descending
 
std::chrono::milliseconds detailLevel
 

Member Data Documentation

◆ order

SortOrder nx::sdk::cloud_storage::MotionFilter::order = SortOrder::descending

Found periods are sorted by the start timestamp using this order.


The documentation for this struct was generated from the following files: