ComponentTypePropertyDefinition

data class ComponentTypePropertyDefinition(val configurations: Map<String, String>? = null, val dataType: ComponentTypeDataType? = null, val defaultValue: ComponentTypeDataValue? = null, val isExternalId: Boolean? = null, val isRequiredInEntity: Boolean? = null, val isStoredExternally: Boolean? = null, val isTimeSeries: Boolean? = null)

An object that sets information about a property.

Constructors

Link copied to clipboard
constructor(configurations: Map<String, String>? = null, dataType: ComponentTypeDataType? = null, defaultValue: ComponentTypeDataValue? = null, isExternalId: Boolean? = null, isRequiredInEntity: Boolean? = null, isStoredExternally: Boolean? = null, isTimeSeries: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that specifies information about a property.

Link copied to clipboard

An object that contains information about the data type.

Link copied to clipboard

An object that contains the default value.

Link copied to clipboard
val isExternalId: Boolean? = null

A Boolean value that specifies whether the property ID comes from an external data store.

Link copied to clipboard

A Boolean value that specifies whether the property is required.

Link copied to clipboard

A Boolean value that specifies whether the property is stored externally.

Link copied to clipboard
val isTimeSeries: Boolean? = null

A Boolean value that specifies whether the property consists of time series data.