3.4.5.1 Message: GetObject
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Gets a single object from the store, by its URI. For growing objects, the growing portion is NOT returned. If the object is actively growing, the records are retrieved using the Streaming protocol; for inactive, or not currently growing objects, it is retrieved using the Growing Object protocol.
Message Type ID: 1
Correlation Id Usage: n/a
Multi-part: True
Sent by: customer
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
uri |
The URI of the object to be retrieved. |
string |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.Store", "name": "GetObject", "messageType": "1", "protocol": "4", "senderRole": "customer", "protocolRoles": "store,customer", "fields": [ { "name": "uri", "type": "string" } ] } |