| 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 |
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AverageFileSize | | UInt64 | The average size of files on the volume. |
| AverageFragmentsPerFile | | Real64 | The average number of fragments per file on the volume. |
| ClusterSize | | UInt64 | The size of the file system allocation. |
| ExcessFolderFragments | | UInt64 | The total number of excess folder fragments on the volume. |
| FilePercentFragmentation | | UInt32 | Percentage of files that are fragmented on the volume. |
| FragmentedFolders | | UInt64 | The total number fragmented folders on the volume. |
| FreeSpace | | UInt64 | The space currently free on the volume. |
| FreeSpacePercent | | UInt32 | The percentage free space on the volume. |
| FreeSpacePercentFragmentation | | UInt32 | Percentage of freespace that is fragmented on the volume. |
| MFTPercentInUse | | UInt32 | The percentage of the Master File Table that is in use. |
| MFTRecordCount | | UInt64 | The number of records in the Master File Table. |
| PageFileSize | | UInt64 | The size of the page file on the volume. If there is no page file on the volume this property will be NULL. |
| TotalExcessFragments | | UInt64 | The total number excess file fragments on the volume. |
| TotalFiles | | UInt64 | Total number of files on the volume. |
| TotalFolders | | UInt64 | The total number folders on the volume. |
| TotalFragmentedFiles | | UInt64 | The total number of fragmented files on the volume. |
| TotalMFTFragments | | UInt64 | The total number of Master File Table fragments on the volume. |
| TotalMFTSize | | UInt64 | The total size of the Master File Table on the volume. |
| TotalPageFileFragments | | UInt64 | The total number of fragments for the page file. If there is no page file on the volume this property will be NULL. |
| TotalPercentFragmentation | | UInt32 | Total percent fragmentation on the volume. |
| UsedSpace | | UInt64 | The space currently used on the volume. |
| VolumeName | | String | The 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. |
| VolumeSize | | UInt64 | Total size of the volume. |
| SAMPLE DATA INSTANCE |
   Class does not currently contain data instances
|