2.2.4.2.11 ClientVolumeInfo
The ClientVolumeInfo type describes a one-client volume.
-
<?xml version="1.0" encoding="utf-8"?> <xs:complexType name="ClientVolumeInfo"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="guid" xmlns:q1="http://microsoft.com/wsdl/types/" type="q1:guid" /> <xs:element minOccurs="0" maxOccurs="1" name="uniqueIdBytes" type="ArrayOfUnsignedByte" /> <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="1" maxOccurs="1" name="Capacity" type="xs:long" /> <xs:element minOccurs="1" maxOccurs="1" name="BytesUsed" type="xs:long" /> <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="Location" type="VolumeLocation" /> <xs:element minOccurs="1" maxOccurs="1" name="BackupBytes" type="xs:long" /> <xs:element minOccurs="1" maxOccurs="1" name="Status" type="VolumeStatus" /> <xs:element minOccurs="1" maxOccurs="1" name="IsEligibleForBackup" type="xs:boolean" /> <xs:element minOccurs="1" maxOccurs="1" name="JobsExist" type="xs:boolean" /> <xs:element minOccurs="0" maxOccurs="1" name="ExcludedFolders" type="ArrayOfString" /> </xs:sequence> </xs:complexType>
The following members SHOULD be used only for reading the property. Each is marked as writable only so that it can support the infrastructure.
guid: The volume GUID.
uniqueIdBytes: The unique ID of the volume.
MountPoint: The volume mount point.
VolumeName: The name of the volume.
Capacity: The total capacity of the volume in bytes.
BytesUsed: The total number of bytes used on the volume.
FileSystem: The file system type of the volume.
BytesPerSector: The bytes per sector for the volume.
BytesPerCluster: The bytes per cluster for the volume.
Location: The volume location details, such as internal, external, and so on.
BackupBytes: The total number of bytes for backup on the volume.
Status: The volume status.
IsEligibleForBackup: TRUE if volume is eligible for backup; otherwise FALSE.
JobsExist: TRUE if any volume jobs exist for the volume; otherwise FALSE.
ExcludedFolders: A list of excluded folders.