TopicNamedEntityDefinition

data class TopicNamedEntityDefinition(val fieldName: String? = null, val metric: TopicNamedEntityDefinitionMetric? = null, val propertyName: String? = null, val propertyRole: TopicPropertyRole? = null, val propertyUsage: TopicPropertyUsage? = null)

Constructors

Link copied to clipboard
constructor(fieldName: String? = null, metric: TopicNamedEntityDefinitionMetric? = null, propertyName: String? = null, propertyRole: TopicPropertyRole? = null, propertyUsage: TopicPropertyUsage? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fieldName: String? = null

The name of the entity.

Link copied to clipboard

The definition of a metric.

Link copied to clipboard
val propertyName: String? = null

The property name to be used for the named entity.

Link copied to clipboard

The property role. Valid values for this structure are PRIMARY and ID .

Link copied to clipboard

The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .