Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
An abstraction class for metadata entry. More...
#include <src/api/mip/upe/metadata_entry.h>
Public Member Functions | |
const std::string & | GetKey () const |
Get the metadata entry key. | |
const std::string & | GetValue () const |
Get the metadata entry value. | |
MetadataVersion | GetVersion () const |
Get the metadata entry version. | |
MetadataEntry (const std::string &key, const std::string &value) | |
C'tor for a MetadataEntry abstraction, version is set to a default of 0. | |
MetadataEntry (const std::string &key, const std::string &value, const MetadataVersion &version) | |
C'tor for a MetadataEntry abstraction. | |
MetadataEntry (const std::string &key, const std::string &value, uint32_t version) | |
C'tor for a MetadataEntry abstraction. | |
An abstraction class for metadata entry.
Definition at line 47 of file metadata_entry.h.
|
inline |
C'tor for a MetadataEntry abstraction.
key | metadata key entry. |
value | metadata value entry |
version | metadata version value |
Definition at line 56 of file metadata_entry.h.
|
inline |
C'tor for a MetadataEntry abstraction.
key | metadata key entry. |
value | metadata value entry |
version | metadata version value |
Definition at line 66 of file metadata_entry.h.
|
inline |
C'tor for a MetadataEntry abstraction, version is set to a default of 0.
key | metadata key entry. |
value | metadata value entry |
Definition at line 77 of file metadata_entry.h.
|
inline |
Get the metadata entry key.
Definition at line 85 of file metadata_entry.h.
|
inline |
Get the metadata entry value.
Definition at line 91 of file metadata_entry.h.
|
inline |
Get the metadata entry version.
Definition at line 97 of file metadata_entry.h.