QuotaReportResponse

data class QuotaReportResponse(val isDerivedQuota: Boolean? = null, val percentageUsed: Double? = null, val quotaLimitTotalInKiBs: Double? = null, val quotaLimitUsedInKiBs: Double? = null, val quotaTarget: String? = null, val quotaType: String? = null)

Quota report record properties

Constructors

Link copied to clipboard
constructor(isDerivedQuota: Boolean? = null, percentageUsed: Double? = null, quotaLimitTotalInKiBs: Double? = null, quotaLimitUsedInKiBs: Double? = null, quotaTarget: String? = null, quotaType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isDerivedQuota: Boolean? = null

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

Link copied to clipboard
val percentageUsed: Double? = null

Percentage of used size compared to total size.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val quotaTarget: String? = null

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

Link copied to clipboard
val quotaType: String? = null

Type of quota