case classUpdateRowMessage(key: String, value: Array[Byte]) extends RowMessage with ReadWriteMessage with Product with Serializable
An UpdateRowMessage is used to request the update of an item on the selected map. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
An UpdateRowMessage is used to request the update of an item on the selected map. An user needs Write permission to request this operation, therefore this message extends ReadWriteMessage.
The key of the item to update
The value of the item to update
ReadWriteMessage
RowMessage