ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping class
Constructors
-
ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping({Input<
String?> ? measureName, required Input<String> measureValueType, Input<List< ? multiMeasureAttributeMappings, Input<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMapping> ?>String?> ? sourceColumn, Input<String?> ? targetMeasureName}) -
Creates a new ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping.
measureNameRefers to the value of measureName in a result row. This field is required ifmeasureNameColumnis provided.measureValueTypeType of the value that is to be read fromsourceColumn. Valid values areBIGINT,BOOLEAN,DOUBLE,VARCHAR,MULTI.multiMeasureAttributeMappingsConfiguration block for attribute mappings forMULTIvalue measures. Required whenmeasureValueTypeisMULTI. See below.sourceColumnSource column from which measure-value is to be read for result materialization.targetMeasureNameTarget measure name to be used. If not provided, the target measure name by default ismeasureName, if provided, orsourceColumnotherwise.const -
ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
measureName
→ Input<
String?> ? -
Refers to the value of measureName in a result row. This field is required if
measureNameColumnis provided.final -
measureValueType
→ Input<
String> -
Type of the value that is to be read from
sourceColumn. Valid values areBIGINT,BOOLEAN,DOUBLE,VARCHAR,MULTI.final -
multiMeasureAttributeMappings
→ Input<
List< ?ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMapping> ?> -
Configuration block for attribute mappings for
MULTIvalue measures. Required whenmeasureValueTypeisMULTI. See below.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceColumn
→ Input<
String?> ? -
Source column from which measure-value is to be read for result materialization.
final
-
targetMeasureName
→ Input<
String?> ? -
Target measure name to be used. If not provided, the target measure name by default is
measureName, if provided, orsourceColumnotherwise.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited