Share via


QuotaReport interface

Quota report record properties

Properties

isDerivedQuota

Flag to indicate whether the quota is derived from default quota.

percentageUsed

Percentage of used size compared to total size.

quotaLimitTotalInKiBs

Specifies the total size limit in kibibytes for the user/group quota.

quotaLimitUsedInKiBs

Specifies the current usage in kibibytes for the user/group quota.

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>

quotaType

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