Class CfnScheduledQuery.DimensionMappingProperty
This type is used to map column(s) from the query result to a dimension in the destination table.
Inheritance
System.Object
CfnScheduledQuery.DimensionMappingProperty
Implements
Namespace: Amazon.CDK.AWS.Timestream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DimensionMappingProperty : Object, CfnScheduledQuery.IDimensionMappingProperty
Syntax (vb)
Public Class DimensionMappingProperty
Inherits Object
Implements CfnScheduledQuery.IDimensionMappingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Timestream;
var dimensionMappingProperty = new DimensionMappingProperty {
DimensionValueType = "dimensionValueType",
Name = "name"
};
Synopsis
Constructors
DimensionMappingProperty() |
Properties
DimensionValueType | Type for the dimension: VARCHAR. |
Name | Column name from query result. |
Constructors
DimensionMappingProperty()
public DimensionMappingProperty()
Properties
DimensionValueType
Type for the dimension: VARCHAR.
public string DimensionValueType { get; set; }
Property Value
System.String
Remarks
Name
Column name from query result.
public string Name { get; set; }
Property Value
System.String