3.3.10 Record: DataAttribute

Topic Version1Published10/31/2016
For StandardETP v1.1

Structure for passing attributes associated with individual data points, such as quality, confidence, audit information, etc.

Avro Schema

{

      "type": "record",

      "namespace": "Energistics.Datatypes",

      "name": "DataAttribute",

      "fields":

     [

         { "name": "attributeId", "type": "int" },

         { "name": "attributeValue", "type": "Energistics.Datatypes.DataValue" }

     ]

}

Attribute

Description

Data Type

Min

Max

attributeId

Release 1 of ETP does not specify any value metadata.

int

1

1

attributeValue

Release 1 of ETP does specify any value metadata

DataValue

1

1