CalculatedAttributeDefinitionConditions

data class CalculatedAttributeDefinitionConditions(val objectCount: Int? = null, val range: CalculatedAttributeDefinitionRange? = null, val threshold: CalculatedAttributeDefinitionThreshold? = null)

The conditions including range, object count, and threshold for the calculated attribute.

Constructors

Link copied to clipboard
constructor(objectCount: Int? = null, range: CalculatedAttributeDefinitionRange? = null, threshold: CalculatedAttributeDefinitionThreshold? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val objectCount: Int? = null

The number of profile objects used for the calculated attribute.

Link copied to clipboard

The relative time period over which data is included in the aggregation.

Link copied to clipboard

The threshold for the calculated attribute.