2.2.4.2.6 BadFileInfo
The BadFileInfo type describes one file in the backup that contains a bad block.
-
<xs:complexType name="BadFileInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="Size" type="xs:long" /> </xs:sequence> </xs:complexType>
Name: The name of the file.
Size: The size of the file.