Package version:

Interface QuotaReport

Quota report record properties

interface QuotaReport {
    isDerivedQuota?: boolean;
    percentageUsed?: number;
    quotaLimitTotalInKiBs?: number;
    quotaLimitUsedInKiBs?: number;
    quotaTarget?: string;
    quotaType?: string;
}

Properties

isDerivedQuota?: boolean

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

percentageUsed?: number

Percentage of used size compared to total size.

quotaLimitTotalInKiBs?: number

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

quotaLimitUsedInKiBs?: number

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

quotaTarget?: string

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

quotaType?: string

Type of quota