BACK TO INDEX

Win32_DefragAnalysis
A DefragAnalysis is the result of executing the Win32_Volume::DefragAnalysis or Defrag methods;it is passed as an [out] parameter from these methods.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AverageFileSizeUInt64The average size of files on the volume.
AverageFragmentsPerFileReal64The average number of fragments per file on the volume.
ClusterSizeUInt64The size of the file system allocation.
ExcessFolderFragmentsUInt64The total number of excess folder fragments on the volume.
FilePercentFragmentationUInt32Percentage of files that are fragmented on the volume.
FragmentedFoldersUInt64The total number fragmented folders on the volume.
FreeSpaceUInt64The space currently free on the volume.
FreeSpacePercentUInt32The percentage free space on the volume.
FreeSpacePercentFragmentationUInt32Percentage of freespace that is fragmented on the volume.
MFTPercentInUseUInt32The percentage of the Master File Table that is in use.
MFTRecordCountUInt64The number of records in the Master File Table.
PageFileSizeUInt64The size of the page file on the volume. If there is no page file on the volume this property will be NULL.
TotalExcessFragmentsUInt64The total number excess file fragments on the volume.
TotalFilesUInt64Total number of files on the volume.
TotalFoldersUInt64The total number folders on the volume.
TotalFragmentedFilesUInt64The total number of fragmented files on the volume.
TotalMFTFragmentsUInt64The total number of Master File Table fragments on the volume.
TotalMFTSizeUInt64The total size of the Master File Table on the volume.
TotalPageFileFragmentsUInt64The total number of fragments for the page file. If there is no page file on the volume this property will be NULL.
TotalPercentFragmentationUInt32Total percent fragmentation on the volume.
UsedSpaceUInt64The space currently used on the volume.
VolumeNameStringThe name of the volume for which this report is generated. This property can the the volume drive letter, a mount point or the volume GUID name.
VolumeSizeUInt64Total size of the volume.
SAMPLE DATA INSTANCE
   Class does not currently contain data instances