3.3.7 Record: ArrayOfInt
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP 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 |