3.4.7.6 Message: GrowingObjectGet

Topic Version1Published10/31/2016
For StandardETP v1.1

Get a single list item in a growing object, by its ID.

Message Type ID: 3

Correlation Id Usage: n/a

Multi-part: False

Sent by: customer

Attribute

Description

Data Type

Min

Max

uri

A URI for the parent object. The URI MUST resolve to a single data object; if it does not, send EINVALID_URI.

string

1

1

uid

The uid of the element within the growing part. If no such element exists, the store MUST send protocol error ENOT_FOUND.

string

1

1

Avro Source

{

      "type": "record",

      "namespace": "Energistics.Protocol.GrowingObject",

      "name": "GrowingObjectGet",

      "messageType": "3",

      "protocol": "6",

      "senderRole": "customer",

      "protocolRoles": "store,customer",

      "fields":

     [

         { "name": "uri", "type": "string" },

         { "name": "uid", "type": "string" }

     ]

}