Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    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;
        [fragment: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [fragment: string]: any

      Custom fragments. Example


      {
      series: {
      unit: '%',
      value: 51
      }
      }
    Index

    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