FsrmQuotaManager Interface
Used to manage quotas. All methods and properties of the IFsrmQuotaManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmQuotaManager" program identifier.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the ActionVariables property.(Inherited from IFsrmQuotaManager.) |
![]() | ActionVariables | Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmQuotaManager.) |
| Name | Description | |
|---|---|---|
![]() | CreateAutoApplyQuota(String, String) | Creates an automatic quota for the specified directory.(Inherited from IFsrmQuotaManager.) |
![]() | CreateQuota(String) | Creates a quota for the specified directory.(Inherited from IFsrmQuotaManager.) |
![]() | CreateQuotaCollection() | Creates an empty collection to which you can add quotas.(Inherited from IFsrmQuotaManager.) |
![]() | 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).(Inherited from IFsrmQuotaManager.) |
![]() | EnumEffectiveQuotas(String, _FsrmEnumOptions) | Enumerates all the quotas that affect the specified path.(Inherited from IFsrmQuotaManager.) |
![]() | EnumQuotas(String, _FsrmEnumOptions) | Enumerates the quotas for the specified directory and any quotas associated with its subdirectories (recursively).(Inherited from IFsrmQuotaManager.) |
![]() | GetAutoApplyQuota(String) | Retrieves the automatic quota for the specified directory.(Inherited from IFsrmQuotaManager.) |
![]() | GetQuota(String) | Retrieves the quota for the specified directory.(Inherited from IFsrmQuotaManager.) |
![]() | GetRestrictiveQuota(String) | Retrieves the most restrictive quota for the specified path.(Inherited from IFsrmQuotaManager.) |
![]() | Scan(String) | Starts a quota scan on the specified path.(Inherited from IFsrmQuotaManager.) |
FSRM implements this class.

