3.4.8.5 Message: GetDataArray
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
A request for a data array, referenced by URI.
Message Type ID: 2
Correlation Id Usage: n/a
Multi-part: False
Sent by: customer
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
uri |
A URI string identifying the array that is sought. This protocol does NOT specify the exact format of the URI; it uses various existing URI conventions. Specifically, for RESQML V2 data sets, the URI is a serialization of the HDF5 proxy as follows: eml://array/resqml20/{uuid of hdf5}/{dataset path} |
string |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.DataArray", "name": "GetDataArray", "messageType": "2", "protocol": "7", "senderRole": "customer", "protocolRoles": "store,customer", "fields": [ { "name": "uri", "type": "string" } ] } |