Holds the container metadata configuration.
Definition at line 74 of file Container.h.
Data Fields | |
dwContainerType | containerType |
Container type. More... | |
uint32_t | metaTypesCount |
Number of different metadata types. More... | |
dwContainerMetaType | metaTypes [DW_CONTAINER_MAX_META_TYPES] |
Types of metadata. More... | |
uint32_t | capacity [DW_CONTAINER_MAX_META_TYPES] |
Maximum metadata item count for each metadata type specified in metaTypes . More... | |
uint32_t dwContainerMetaConfig::capacity[DW_CONTAINER_MAX_META_TYPES] |
Maximum metadata item count for each metadata type specified in metaTypes
.
Definition at line 79 of file Container.h.
dwContainerType dwContainerMetaConfig::containerType |
Container type.
Definition at line 76 of file Container.h.
dwContainerMetaType dwContainerMetaConfig::metaTypes[DW_CONTAINER_MAX_META_TYPES] |
Types of metadata.
Definition at line 78 of file Container.h.
uint32_t dwContainerMetaConfig::metaTypesCount |
Number of different metadata types.
Definition at line 77 of file Container.h.