GetObjectTypeAttributeStatisticsPercentiles

Contains percentile statistics for object type attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val p25: Double

The 25th percentile value of the attribute.

Link copied to clipboard
val p5: Double

The 5th percentile value of the attribute.

Link copied to clipboard
val p50: Double

The 50th percentile (median) value of the attribute.

Link copied to clipboard
val p75: Double

The 75th percentile value of the attribute.

Link copied to clipboard
val p95: Double

The 95th percentile value of the attribute.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String