IFsrmQuotaManagerEx Interface

 

Used to manage quotas, extended version.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("4846CB01-D430-494F-ABB4-B1054999FB09")>
Public Interface IFsrmQuotaManagerEx
	Inherits IFsrmQuotaManager

NameDescription
System_CAPS_pubpropertyActionVariableDescriptions

Retrieves the descriptions for the macros contained in the ActionVariables property.

System_CAPS_pubpropertyActionVariables

Retrieves a list of macros that you can specify in action property values.

NameDescription
System_CAPS_pubmethodCreateAutoApplyQuota(String, String)

Creates an automatic quota for the specified directory.

System_CAPS_pubmethodCreateQuota(String)

Creates a quota for the specified directory.

System_CAPS_pubmethodCreateQuotaCollection()

Creates an empty collection to which you can add quotas.

System_CAPS_pubmethodEnumAutoApplyQuotas(String, _FsrmEnumOptions)

Enumerates the automatic quotas that are associated with the specified directory. The enumeration can also include automatic quotas associated with subdirectories (recursively).

System_CAPS_pubmethodEnumEffectiveQuotas(String, _FsrmEnumOptions)

Enumerates all the quotas that affect the specified path.

System_CAPS_pubmethodEnumQuotas(String, _FsrmEnumOptions)

Enumerates the quotas for the specified directory and any quotas associated with its subdirectories (recursively).

System_CAPS_pubmethodGetAutoApplyQuota(String)

Retrieves the automatic quota for the specified directory.

System_CAPS_pubmethodGetQuota(String)

Retrieves the quota for the specified directory.

System_CAPS_pubmethodGetRestrictiveQuota(String)

Retrieves the most restrictive quota for the specified path.

System_CAPS_pubmethodIsAffectedByQuota(String, _FsrmEnumOptions)

Retrieves a value that determines whether a specified path is subject to a quota.

System_CAPS_pubmethodScan(String)

Starts a quota scan on the specified path.

Return to top

Community Additions

ADD
Show: