3.4.8.4 Message: DataArray

Topic Version1Published10/31/2016
For StandardETP v1.1

The response to the GetDataArray message.

Message Type ID: 1

Correlation Id Usage: n/a

Multi-part: True

Sent by: store

Attribute

Description

Data Type

Min

Max

dimensions

An array of dimension sizes for the data array. This MUST be the actual size of the included data, whether or not it is a slice of another array.

long

1

*

data

The array data.

AnyArray

1

1

Avro Source

{

      "type": "record",

      "namespace": "Energistics.Protocol.DataArray",

      "name": "DataArray",

      "messageType": "1",

      "protocol": "7",

      "senderRole": "store",

      "protocolRoles": "store,customer",

      "fields":

     [

         {

          "name": "dimensions",

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

     },

         { "name": "data", "type": "Energistics.Datatypes.AnyArray" }

     ]

}