IFsrmQuotaManager Methods

 

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

Methods

Name Description
System_CAPS_pubmethod CreateAutoApplyQuota(String, String)

Creates an automatic quota for the specified directory.

System_CAPS_pubmethod CreateQuota(String)

Creates a quota for the specified directory.

System_CAPS_pubmethod CreateQuotaCollection()

Creates an empty collection to which you can add quotas.

System_CAPS_pubmethod EnumAutoApplyQuotas(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_pubmethod EnumEffectiveQuotas(String, _FsrmEnumOptions)

Enumerates all the quotas that affect the specified path.

System_CAPS_pubmethod EnumQuotas(String, _FsrmEnumOptions)

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

System_CAPS_pubmethod GetAutoApplyQuota(String)

Retrieves the automatic quota for the specified directory.

System_CAPS_pubmethod GetQuota(String)

Retrieves the quota for the specified directory.

System_CAPS_pubmethod GetRestrictiveQuota(String)

Retrieves the most restrictive quota for the specified path.

System_CAPS_pubmethod Scan(String)

Starts a quota scan on the specified path.

See Also

IFsrmQuotaManager Interface
Microsoft.Storage Namespace

Return to top