Win32_OfflineFilesDiskSpaceLimit class
Represents the maximum disk space that can be used by the Offline Files feature.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_OfflineFilesDiskSpaceLimit
{
uint32 TotalSizeInMB;
uint32 AutoCacheSizeInMB;
};
Members
The Win32_OfflineFilesDiskSpaceLimit class has these types of members:
Properties
The Win32_OfflineFilesDiskSpaceLimit class has these properties.
-
AutoCacheSizeInMB
-
-
Data type: uint32
-
Access type: Read/write
-
Qualifiers: Max (100000000)
The maximum total size, in megabytes (MB), of all files that reside on network shares and are marked to be cached automatically, that can be cached by the Offline Files feature.
-
-
TotalSizeInMB
-
-
Data type: uint32
-
Access type: Read/write
-
Qualifiers: Max (100000000)
The total amount of disk space, in megabytes (MB), that can be used by the Offline Files feature.
-
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\CIMv2 |
MOF |
|