3.3.9 Record: ArrayOfLong

Topic Version1Published10/31/2016
For StandardETP v1.1

Convenience type representing an array of 8-byte long integers.

Avro Schema

{

      "type": "record",

      "namespace": "Energistics.Datatypes",

      "name": "ArrayOfLong",

      "fields":

     [

         {

          "name": "values",

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

     }

     ]

}

Attribute

Description

Data Type

Min

Max

values

An array of long integers.

long

0

n