Lines Matching full:readings

10           It triggers update of the Readings property. If ReportingType is not
21 Indicates how readings should be updated. Possible values are
26 Period of time in milliseconds when readings are updated.
33 Configuration contains all Report properties excluding Readings.
40 providing readings. Metadata contains client information; in case of
42 action executed on readings. Metric ID contains name that can be
46 - name: Readings
49 Structure that contains timestamp of readings update in milliseconds
57 description: Defines how readings are updated.
62 description: Defines how Readings array is filled.
65 description: Defines the maximum number of entries in 'Readings' property.
71 Defines period of time in milliseconds when readings are updated.
77 Indicates if readings in report will be updated. This may be set to
79 'AppendStopsWhenFull' and readings limit specified by AppendLimit is
91 triggered after readings' update.
101 description: Type of action that is executed on readings.
111 Calculate average of readings during defined time period.
114 Calculate sum of readings over defined time period.
117 The type that defines when Readings are updated.
130 The type that defines how Readings are updated.
134 Last sensor reading is written to Readings overwriting the
135 previous value. AppendLimit set by user is ignored. Readings
139 Append sensor reading to Readings up to limit specify in
143 Append sensor reading to Readings up to limit specify in
152 timestamp in Readings property specifies point in time.
156 timestamp in Readings property specifies the end of the time
162 report creation. The reading timestamp in Readings property
179 Enumerates types of actions, that can be triggered when Readings
184 On Readings update PropertiesChanged signal is emitted. It
185 allows to decrease generation of load on DBus when Readings
190 On Readings update report is stored to Metric Report Collection