Show / Hide Table of Contents

Class CfnTopic.DataAggregationProperty

The definition of a data aggregation.

Inheritance
System.Object
CfnTopic.DataAggregationProperty
Implements
CfnTopic.IDataAggregationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DataAggregationProperty : Object, CfnTopic.IDataAggregationProperty
Syntax (vb)
Public Class DataAggregationProperty
    Inherits Object
    Implements CfnTopic.IDataAggregationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-dataaggregation.html

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.QuickSight;

var dataAggregationProperty = new DataAggregationProperty {
    DatasetRowDateGranularity = "datasetRowDateGranularity",
    DefaultDateColumnName = "defaultDateColumnName"
};

Synopsis

Constructors

DataAggregationProperty()

Properties

DatasetRowDateGranularity

The level of time precision that is used to aggregate DateTime values.

DefaultDateColumnName

The column name for the default date.

Constructors

DataAggregationProperty()

public DataAggregationProperty()

Properties

DatasetRowDateGranularity

The level of time precision that is used to aggregate DateTime values.

public string DatasetRowDateGranularity { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-dataaggregation.html#cfn-quicksight-topic-dataaggregation-datasetrowdategranularity

DefaultDateColumnName

The column name for the default date.

public string DefaultDateColumnName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-dataaggregation.html#cfn-quicksight-topic-dataaggregation-defaultdatecolumnname

Implements

CfnTopic.IDataAggregationProperty
Back to top Generated by DocFX