Interface IMeasurementCreate

This interface can be used to create a valid measurement.

interface IMeasurementCreate {
    id: string | number;
    self: string;
    source: ISource;
    sourceId: string | number;
    time: string;
    type: string;
}

Hierarchy (view full)

Properties

id: string | number

Uniquely identifies a measurement

self: string

Link to this resource

source: ISource

The ManagedObject which is the source of this measurement, see [[ISource]]

sourceId: string | number

Uniquely identifier to which source this measurement belongs to

time: string

Time of the measurement

type: string

The most specific type of this entire measurement