2.2.4.2.19 VolumeJobInfo
The VolumeJobInfo type contains information about a volume job.
-
<xs:complexType name="VolumeJobInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="volumeInfo" type="ClientVolumeInfo" /> <xs:element minOccurs="0" maxOccurs="1" name="uniqueIdBytes" type="xs:base64Binary" /> <xs:element minOccurs="0" maxOccurs="1" name="MountPoint" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="VolumeName" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="FileSystem" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="BytesPerSector" type="xs:int" /> <xs:element minOccurs="1" maxOccurs="1" name="BytesPerCluster" type="xs:int" /> <xs:element minOccurs="1" maxOccurs="1" name="StartTimeUtc" type="xs:dateTime" /> <xs:element minOccurs="1" maxOccurs="1" name="Duration" type="TimeSpan" /> <xs:element minOccurs="1" maxOccurs="1" name="InitialCapacity" type="xs:long" /> <xs:element minOccurs="1" maxOccurs="1" name="MinimumCapacity" type="xs:long" /> <xs:element minOccurs="1" maxOccurs="1" name="BytesUsed" type="xs:long" /> <xs:element minOccurs="1" maxOccurs="1" name="Status" type="VolumeJobStatus" /> <xs:element minOccurs="0" maxOccurs="1" name="autoExclusionSizes" type="AutoExclusionSizesInfo" /> <xs:element minOccurs="0" maxOccurs="1" name="ExcludedFolders" type="ArrayOfExcludedFolderInfo" /> <xs:element minOccurs="0" maxOccurs="1" name="BadFiles" type="ArrayOfBadFileInfo" /> <xs:element minOccurs="1" maxOccurs="1" name="failureReason" type="AbortReason" /> <xs:element minOccurs="0" maxOccurs="1" name="FailureDetails" type="ArrayOfString" /> </xs:sequence> </xs:complexType>
The following members SHOULD be used only for reading the property. Each is marked as writable so as to support the infrastructure.
volumeInfo: The volume details.
uniqueIdBytes: The unique ID of the volume at the time of backup.
MountPoint: The volume mount point at time of backup.
VolumeName: The volume name at time of backup.
FileSystem: The file system time at the time of backup.
BytesPerSector: The bytes per sector for the volume at the time of backup.
BytesPerCluster: The bytes per cluster for the volume at the time of backup.
StartTimeUtc: The Coordinated Universal Time (UTC) start time for the volume job.
Duration: The volume job duration.
InitialCapacity: The initial capacity of the volume during backup, in bytes.
MinimumCapacity: The minimum capacity of the volume required for restoring this volume backup.
BytesUsed: The bytes used for this volume job.
Status: The volume job status for the volume job.
autoExclusionSizes: The size of all auto-excluded folders.
ExcludedFolders: List of excluded folders.
BadFiles: Information about the file that contains a list of bad blocks on the volume.
failureReason: The failure reason for the volume job. If the job succeeded, this element SHOULD be set to "None".
FailureDetails: The failure details for the volume job. If the job succeeded, this element SHOULD be set to Null or an empty array.