3.4.7.4 Message: GrowingObjectDelete
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Delete one list item in a growing object.
Message Type ID: 1
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 ID of the node to be deleted. |
string |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.GrowingObject", "name": "GrowingObjectDelete", "messageType": "1", "protocol": "6", "senderRole": "customer", "protocolRoles": "store,customer", "fields": [ { "name": "uri", "type": "string" }, { "name": "uid", "type": "string" } ] } |