3.4.5.4 Message: Object

Topic Version1Published10/31/2016
For StandardETP v1.1

Object returned from a store get or query.

Message Type ID: 4

Correlation Id Usage:

The ID of the GetObject message that resulted in this object being returned.

Multi-part: True

Sent by: store

Attribute

Description

Data Type

Min

Max

dataObject

A data object returned from a GetObject message.

DataObject

1

1

Avro Source

{

      "type": "record",

      "namespace": "Energistics.Protocol.Store",

      "name": "Object",

      "messageType": "4",

      "protocol": "4",

      "senderRole": "store",

      "protocolRoles": "store,customer",

      "fields":

     [

         { "name": "dataObject", "type": "Energistics.Datatypes.Object.DataObject" }

     ]

}