Engage Engine API
1.246.9086
|
Parameters for querying the group timeline. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
long | maxCount |
Maximum number of records to return. | |
bool | mostRecentFirst |
Sorted results with most recent timestamp first. | |
uint64_t | startedOnOrAfter |
Include events that started on or after this UNIX millisecond timestamp. | |
uint64_t | endedOnOrBefore |
Include events that ended on or after this UNIX millisecond timestamp. | |
int | onlyDirection |
Include events for this direction. | |
int | onlyType |
Include events for this type. | |
bool | onlyCommitted |
Include only committed (not in-progress) events. | |
std::string | onlyAlias |
Include events for this transmitter alias. | |
std::string | onlyNodeId |
Include events for this transmitter node ID. | |
int | onlyTxId |
Include events for this transmission ID. | |
std::string | sql |
Ignore all other settings for SQL construction and use this query string instead. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
Parameters for querying the group timeline.
Helper C++ class to serialize and de-serialize TimelineQueryParameters JSON
Example:
Definition at line 9086 of file ConfigurationObjects.h.
|
inline |
Definition at line 9126 of file ConfigurationObjects.h.
|
inline |
Definition at line 9131 of file ConfigurationObjects.h.
uint64_t AppConfigurationObjects::TimelineQueryParameters::endedOnOrBefore |
Include events that ended on or after this UNIX millisecond timestamp.
Definition at line 9103 of file ConfigurationObjects.h.
long AppConfigurationObjects::TimelineQueryParameters::maxCount |
Maximum number of records to return.
Definition at line 9094 of file ConfigurationObjects.h.
bool AppConfigurationObjects::TimelineQueryParameters::mostRecentFirst |
Sorted results with most recent timestamp first.
Definition at line 9097 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::TimelineQueryParameters::onlyAlias |
Include events for this transmitter alias.
Definition at line 9115 of file ConfigurationObjects.h.
bool AppConfigurationObjects::TimelineQueryParameters::onlyCommitted |
Include only committed (not in-progress) events.
Definition at line 9112 of file ConfigurationObjects.h.
int AppConfigurationObjects::TimelineQueryParameters::onlyDirection |
Include events for this direction.
Definition at line 9106 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::TimelineQueryParameters::onlyNodeId |
Include events for this transmitter node ID.
Definition at line 9118 of file ConfigurationObjects.h.
int AppConfigurationObjects::TimelineQueryParameters::onlyTxId |
Include events for this transmission ID.
Definition at line 9121 of file ConfigurationObjects.h.
int AppConfigurationObjects::TimelineQueryParameters::onlyType |
Include events for this type.
Definition at line 9109 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::TimelineQueryParameters::sql |
Ignore all other settings for SQL construction and use this query string instead.
Definition at line 9124 of file ConfigurationObjects.h.
uint64_t AppConfigurationObjects::TimelineQueryParameters::startedOnOrAfter |
Include events that started on or after this UNIX millisecond timestamp.
Definition at line 9100 of file ConfigurationObjects.h.