3.3.7 Record: ArrayOfInt

Topic Version1Published10/31/2016
For StandardETP v1.1

Convenience type representing an array of 4-byte integers.

Avro Schema

{

      "type": "record",

      "namespace": "Energistics.Datatypes",

      "name": "ArrayOfInt",

      "fields":

     [

         {

          "name": "values",

          "type": { "type": "array", "items": "int" }

     }

     ]

}

Attribute

Description

Data Type

Min

Max

values

An array of integers.

int

0

n