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