AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a column in a dataset.

Inheritance Hierarchy

System.Object
  Amazon.QuickSight.Model.TopicColumn

Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z

Syntax

C#
public class TopicColumn

The TopicColumn type exposes the following members

Constructors

NameDescription
Public Method TopicColumn()

Properties

NameTypeDescription
Public Property Aggregation Amazon.QuickSight.DefaultAggregation

Gets and sets the property Aggregation.

The type of aggregation that is performed on the column data when it's queried.

Public Property AllowedAggregations System.Collections.Generic.List<System.String>

Gets and sets the property AllowedAggregations.

The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

Public Property CellValueSynonyms System.Collections.Generic.List<Amazon.QuickSight.Model.CellValueSynonym>

Gets and sets the property CellValueSynonyms.

The other names or aliases for the column cell value.

Public Property ColumnDataRole Amazon.QuickSight.ColumnDataRole

Gets and sets the property ColumnDataRole.

The role of the column in the data. Valid values are DIMENSION and MEASURE.

Public Property ColumnDescription System.String

Gets and sets the property ColumnDescription.

A description of the column and its contents.

Public Property ColumnFriendlyName System.String

Gets and sets the property ColumnFriendlyName.

A user-friendly name for the column.

Public Property ColumnName System.String

Gets and sets the property ColumnName.

The name of the column.

Public Property ColumnSynonyms System.Collections.Generic.List<System.String>

Gets and sets the property ColumnSynonyms.

The other names or aliases for the column.

Public Property ComparativeOrder Amazon.QuickSight.Model.ComparativeOrder

Gets and sets the property ComparativeOrder.

The order in which data is displayed for the column when it's used in a comparative context.

Public Property DefaultFormatting Amazon.QuickSight.Model.DefaultFormatting

Gets and sets the property DefaultFormatting.

The default formatting used for values in the column.

Public Property DisableIndexing System.Boolean

Gets and sets the property DisableIndexing.

A Boolean value that indicates whether the column shows in the autocomplete functionality.

Public Property IsIncludedInTopic System.Boolean

Gets and sets the property IsIncludedInTopic.

A Boolean value that indicates whether the column is included in the query results.

Public Property NeverAggregateInFilter System.Boolean

Gets and sets the property NeverAggregateInFilter.

A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.

Public Property NonAdditive System.Boolean

Gets and sets the property NonAdditive.

The non additive value for the column.

Public Property NotAllowedAggregations System.Collections.Generic.List<System.String>

Gets and sets the property NotAllowedAggregations.

The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

Public Property SemanticType Amazon.QuickSight.Model.SemanticType

Gets and sets the property SemanticType.

The semantic type of data contained in the column.

Public Property TimeGranularity Amazon.QuickSight.TopicTimeGranularity

Gets and sets the property TimeGranularity.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5