QuotaReport interface
Quota report record properties
Properties
| is |
Flag to indicate whether the quota is derived from default quota. |
| percentage |
Percentage of used size compared to total size. |
| quota |
Specifies the total size limit in kibibytes for the user/group quota. |
| quota |
Specifies the current usage in kibibytes for the user/group quota. |
| quota |
UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid> |
| quota |
Type of quota |
Property Details
isDerivedQuota
Flag to indicate whether the quota is derived from default quota.
isDerivedQuota?: boolean
Property Value
boolean
percentageUsed
Percentage of used size compared to total size.
percentageUsed?: number
Property Value
number
quotaLimitTotalInKiBs
Specifies the total size limit in kibibytes for the user/group quota.
quotaLimitTotalInKiBs?: number
Property Value
number
quotaLimitUsedInKiBs
Specifies the current usage in kibibytes for the user/group quota.
quotaLimitUsedInKiBs?: number
Property Value
number
quotaTarget
UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>
quotaTarget?: string
Property Value
string
quotaType
Type of quota
quotaType?: string
Property Value
string