MSFT_FSRMQuotaThreshold class

Represents a quota threshold and the actions that will be taken when the threshold is reached.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMQuotaThreshold
{
  uint32          Percentage;
  MSFT_FSRMAction Action[];
};

Members

The MSFT_FSRMQuotaThreshold class has these types of members:

Methods

The MSFT_FSRMQuotaThreshold class has these methods.

Method Description
CreateThreshold Creates a MSFT_FSRMQuotaThreshold instance representing a new quota threshold object.

Properties

The MSFT_FSRMQuotaThreshold class has these properties.

Action

Data type: MSFT_FSRMAction array

Access type: Read/write

Qualifiers: EmbeddedInstance ("MSFT_FSRMAction")

An array of instances of the MSFT_FSRMAction class representing action types. Only one notification per type is allowed.

Percentage

Data type: uint32

Access type: Read/write

A number that represents of the percentage of used space from the available space that can be reached during a file operation.

Range: 1 250

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

FSRM WMI Classes