Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_VolumeQuota class

The Win32_VolumeQuota association relates a volume to the per volume quota settings.

Windows XP and earlier:  This class is not available

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_VolumeQuota : CIM_ElementSetting
{
  Win32_Volume       REF Element;
  Win32_QuotaSetting REF Setting;
};

Members

The Win32_VolumeQuota class has these types of members:

Properties

The Win32_VolumeQuota class has these properties.

Element
Data type: Win32_Volume
Access type: Read-only

Reference to the volume.

Setting
Data type: Win32_QuotaSetting
Access type: Read-only

Reference to the quota setting.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Vds.mof

DLL

Vdswmi.dll

See also

Storage Volume Provider
Win32_Volume
Win32_VolumeUserQuota
Win32_DefragAnalysis
Win32_MountPoint

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.