![]() |
libimgdoc2
|
This structure is used to return information about a document metadata item. The flags field specifies which pieces of information are valid. More...
#include <IDocumentMetadata.h>
Public Attributes | |
DocumentMetadataItemFlags | flags { DocumentMetadataItemFlags::None } |
The flags indicating which pieces of information are valid. | |
imgdoc2::dbIndex | primary_key { std::numeric_limits<imgdoc2::dbIndex>::max() } |
The primary key of the metadata item. Check the flags field to see if this is valid. | |
std::string | name |
The name of the metadata item. Check the flags field to see if this is valid. | |
std::string | complete_path |
The complete path of the metadata item. Check the flags field to see if this is valid. | |
DocumentMetadataType | type { DocumentMetadataType::kInvalid } |
The type of the metadata item. Check the flags field to see if this is valid. | |
IDocumentMetadata::metadata_item_variant | value |
The value of the metadata item. Check the flags field to see if this is valid. | |
This structure is used to return information about a document metadata item. The flags field specifies which pieces of information are valid.