integer-array-md
Multi-dimensional array of integer values. The base type for all integer array specialisations. Each row stores width values, with length rows total. Supports both int32 and int64 encoding via the data_type property.
The integer array family uses a width specialisation pattern: integer-array-md defines the general case with a variable width, while fixed-width variants (integer-array-1, integer-array-2, integer-array-3) constrain width to a constant value for specific use cases.
See also: integer-array-1 (width 1), integer-array-2 (width 2), integer-array-3 (width 3) — width specialisations.
Properties
integer-array-md (v1.0.1)
Multidimensional array of integers.
| Property | Type | Description | Flags |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| width | Integer | number of columns | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |