|
The key,value pair of the metadata object.
The MetaDataPair is provided from the OMC::MetaDataHandler::map[QString] operator. Provides the key, value and various properties related to the specific metadata item.
Public Attributes | |
| QString | key |
| Gets the metadata's key value. | |
| QString | type |
| Gets the metadata's type. | |
| QVariant | value |
| Gets the metadata's value. | |
| QString | version |
| Gets the metadata's version. | |
| QString | creator |
| Gets the metadata's creator. | |
| bool | exists |
| True if the metadata value exists. | |

