All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.TimeSeriesParameter.avsc Maven / Gradle / Ivy

{
  "namespace": "io.keyko.monitoring.schemas",
  "type": "record",
  "name": "TimeSeriesParameter",
  "fields": [{
    "name": "value",
    "type": "string",
    "default": ""
  },
    {
      "name": "numberValue",
      "type": "long",
      "default": 0
    },
    {
      "name": "label",
      "type": "string",
      "default": ""

    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy