Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.BoxPlotSortConfigurationProperty

The sort configuration of a BoxPlotVisual .

Inheritance
object
CfnAnalysisPropsMixin.BoxPlotSortConfigurationProperty
Implements
CfnAnalysisPropsMixin.IBoxPlotSortConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.BoxPlotSortConfigurationProperty : CfnAnalysisPropsMixin.IBoxPlotSortConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.BoxPlotSortConfigurationProperty Implements CfnAnalysisPropsMixin.IBoxPlotSortConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotsortconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var boxPlotSortConfigurationProperty = new BoxPlotSortConfigurationProperty {
                 CategorySort = new [] { new FieldSortOptionsProperty {
                     ColumnSort = new ColumnSortProperty {
                         AggregationFunction = new AggregationFunctionProperty {
                             AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                                 SimpleAttributeAggregation = "simpleAttributeAggregation",
                                 ValueForMultipleValues = "valueForMultipleValues"
                             },
                             CategoricalAggregationFunction = "categoricalAggregationFunction",
                             DateAggregationFunction = "dateAggregationFunction",
                             NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                                 PercentileAggregation = new PercentileAggregationProperty {
                                     PercentileValue = 123
                                 },
                                 SimpleNumericalAggregation = "simpleNumericalAggregation"
                             }
                         },
                         Direction = "direction",
                         SortBy = new ColumnIdentifierProperty {
                             ColumnName = "columnName",
                             DataSetIdentifier = "dataSetIdentifier"
                         }
                     },
                     FieldSort = new FieldSortProperty {
                         Direction = "direction",
                         FieldId = "fieldId"
                     }
                 } },
                 PaginationConfiguration = new PaginationConfigurationProperty {
                     PageNumber = 123,
                     PageSize = 123
                 }
             };

Synopsis

Constructors

BoxPlotSortConfigurationProperty()

The sort configuration of a BoxPlotVisual .

Properties

CategorySort

The sort configuration of a group by fields.

PaginationConfiguration

The pagination configuration of a table visual or box plot.

Constructors

BoxPlotSortConfigurationProperty()

The sort configuration of a BoxPlotVisual .

public BoxPlotSortConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotsortconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var boxPlotSortConfigurationProperty = new BoxPlotSortConfigurationProperty {
                 CategorySort = new [] { new FieldSortOptionsProperty {
                     ColumnSort = new ColumnSortProperty {
                         AggregationFunction = new AggregationFunctionProperty {
                             AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                                 SimpleAttributeAggregation = "simpleAttributeAggregation",
                                 ValueForMultipleValues = "valueForMultipleValues"
                             },
                             CategoricalAggregationFunction = "categoricalAggregationFunction",
                             DateAggregationFunction = "dateAggregationFunction",
                             NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                                 PercentileAggregation = new PercentileAggregationProperty {
                                     PercentileValue = 123
                                 },
                                 SimpleNumericalAggregation = "simpleNumericalAggregation"
                             }
                         },
                         Direction = "direction",
                         SortBy = new ColumnIdentifierProperty {
                             ColumnName = "columnName",
                             DataSetIdentifier = "dataSetIdentifier"
                         }
                     },
                     FieldSort = new FieldSortProperty {
                         Direction = "direction",
                         FieldId = "fieldId"
                     }
                 } },
                 PaginationConfiguration = new PaginationConfigurationProperty {
                     PageNumber = 123,
                     PageSize = 123
                 }
             };

Properties

CategorySort

The sort configuration of a group by fields.

public object? CategorySort { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotsortconfiguration.html#cfn-quicksight-analysis-boxplotsortconfiguration-categorysort

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IFieldSortOptionsProperty)[]

PaginationConfiguration

The pagination configuration of a table visual or box plot.

public object? PaginationConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotsortconfiguration.html#cfn-quicksight-analysis-boxplotsortconfiguration-paginationconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IPaginationConfigurationProperty

Implements

CfnAnalysisPropsMixin.IBoxPlotSortConfigurationProperty
Back to top Generated by DocFX