case classSelectMapMessage(name: String) extends MapMessage with ReadMessage with Product with Serializable
A SelectMapMessage is used to request the select of the map with the given name. An user needs Read permission
to request this operation, therefore this message extends ReadMessage.
A SelectMapMessage is used to request the select of the map with the given name. An user needs Read permission to request this operation, therefore this message extends ReadMessage.
The name of the map
ReadMessage
MapMessage