3.4.5.4 Message: Object
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP 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" } ] } |