Entity Definition Args
data class EntityDefinitionArgs(val configuration: Output<Map<String, String>>? = null, val dataType: Output<EntityDataTypeArgs>? = null, val defaultValue: Output<EntityDataValueArgs>? = null, val isExternalId: Output<Boolean>? = null, val isFinal: Output<Boolean>? = null, val isImported: Output<Boolean>? = null, val isInherited: Output<Boolean>? = null, val isRequiredInEntity: Output<Boolean>? = null, val isStoredExternally: Output<Boolean>? = null, val isTimeSeries: Output<Boolean>? = null) : ConvertibleToJava<EntityDefinitionArgs>
An object that specifies information about a property definition.
Constructors
Link copied to clipboard
constructor(configuration: Output<Map<String, String>>? = null, dataType: Output<EntityDataTypeArgs>? = null, defaultValue: Output<EntityDataValueArgs>? = null, isExternalId: Output<Boolean>? = null, isFinal: Output<Boolean>? = null, isImported: Output<Boolean>? = null, isInherited: Output<Boolean>? = null, isRequiredInEntity: Output<Boolean>? = null, isStoredExternally: Output<Boolean>? = null, isTimeSeries: Output<Boolean>? = null)
Properties
Link copied to clipboard
An object that specifies information about a property configuration.
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
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 definition is imported from an external data store.
Link copied to clipboard
A Boolean value that specifies whether the property definition is inherited from a parent entity.
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
A Boolean value that specifies whether the property consists of time series data.