Package

com.cognite.v1.timeseries.proto

data_points

Permalink

package data_points

Visibility
  1. Public
  2. All

Type Members

  1. final case class AggregateDatapoint(timestamp: Long = 0L, average: Double = 0.0, max: Double = 0.0, min: Double = 0.0, count: Double = 0.0, sum: Double = 0.0, interpolation: Double = 0.0, stepInterpolation: Double = 0.0, continuousVariance: Double = 0.0, discreteVariance: Double = 0.0, totalVariation: Double = 0.0) extends GeneratedMessage with Message[AggregateDatapoint] with Updatable[AggregateDatapoint] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class AggregateDatapoints(datapoints: Seq[AggregateDatapoint] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[AggregateDatapoints] with Updatable[AggregateDatapoints] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class NumericDatapoint(timestamp: Long = 0L, value: Double = 0.0) extends GeneratedMessage with Message[NumericDatapoint] with Updatable[NumericDatapoint] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class NumericDatapoints(datapoints: Seq[NumericDatapoint] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[NumericDatapoints] with Updatable[NumericDatapoints] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class StringDatapoint(timestamp: Long = 0L, value: String = "") extends GeneratedMessage with Message[StringDatapoint] with Updatable[StringDatapoint] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class StringDatapoints(datapoints: Seq[StringDatapoint] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[StringDatapoints] with Updatable[StringDatapoints] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object AggregateDatapoint extends GeneratedMessageCompanion[AggregateDatapoint] with Serializable

    Permalink
  2. object AggregateDatapoints extends GeneratedMessageCompanion[AggregateDatapoints] with Serializable

    Permalink
  3. object DataPointsProto extends GeneratedFileObject

    Permalink
  4. object NumericDatapoint extends GeneratedMessageCompanion[NumericDatapoint] with Serializable

    Permalink
  5. object NumericDatapoints extends GeneratedMessageCompanion[NumericDatapoints] with Serializable

    Permalink
  6. object StringDatapoint extends GeneratedMessageCompanion[StringDatapoint] with Serializable

    Permalink
  7. object StringDatapoints extends GeneratedMessageCompanion[StringDatapoints] with Serializable

    Permalink

Ungrouped