Package com.cumulocity.sdk.client.measurement Description
Provides the classes necessary to create, delete and query measurements.
Measurement is represented by MeasurementRepresentation and a set of
measurements by MeasurementCollectionRepresentation.
Measurement api involves four main entities:
the measurement api operationCollection, the measurement operationCollection,
the measurement collection operationCollection and the measurement filter operationCollection.
- The measurement api operationCollection is the entry point to the measurement api.
- The measurement operationCollection can be used to get and delete a measurement.
- The measurement collection operationCollection can be used to create a measurement
and get all the measurements.
- The measurement filter operationCollection can be used to query measurements
based on different conditions
- Since:
- 0.9
- See Also:
com.cumulocity.rest.representation.measurement