This topic has not yet been rated - Rate this topic

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

CIMv2

MOF

OfflineFilesConfigurationWmiProvider.mof

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.