3.2.5.51.2.1 VolumeCalculatorProgress
This element specifies input values for the VolumeCalculatorProgress operation.
-
<xs:element name="VolumeCalculatorProgress"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="guid" xmlns:q25="http://schemas.microsoft.com/2003/10/Serialization/" type="q25:guid" /> <xs:element minOccurs="0" name="percentDone" type="xs:int" /> <xs:element minOccurs="0" name="folders" nillable="true" xmlns:q26="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts" type="q26:ArrayOfFolderInfo" /> </xs:sequence> </xs:complexType> </xs:element>
guid: The GUID of the specified volume.
percentDone: An integer that indicates the progress of the current operation; valid values range from 0 to 100 percent.
Folders: An array of FolderInfo (section 2.2.4.2.14) complex types that contains details about the folder that have already been calculated.