Class CIM_TapeMetaData
extends CIM_SettingData

CIM_TapeMetaData represents backup-application-proprietary meta data that needs to be written or read to/from tape. It is composed of the following attributes: - An array of strings encoded in hex binary (using the Octetstring qualifier). - An integer value representing the number of file marks preceding meta data. - An integer value representing the number of file marks following meta data. - An array of integers indicating the size (in bytes) of each block of binary data.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_TapeMetaData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_TapeMetaData represents backup-application-proprietary meta data that needs to be written or read to/from tape. It is composed of the following attributes: - An array of strings encoded in hex binary (using the Octetstring qualifier). - An integer value representing the number of file marks preceding meta data. - An integer value representing the number of file marks following meta data. - An array of integers indicating the size (in bytes) of each block of binary data.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Tape
Versionstring2.42.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PostFileMarkCountuint8
DescriptionstringNumber of filemarks to be written after the meta data blocks
PreFileMarkCountuint8
DescriptionstringNumber of filemarks to be written before the meta data blocks
BlockSizesuint32[]
DescriptionstringSizes of individual binary blocks
MetaDatastring[]
DescriptionstringArray of binary blocks.
OctetStringbooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods