Interface CfnTemplatePropsMixin.IPivotFieldSortOptionsProperty
The field sort options for a pivot table sort configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IPivotFieldSortOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IPivotFieldSortOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var pivotFieldSortOptionsProperty = new PivotFieldSortOptionsProperty {
FieldId = "fieldId",
SortBy = new PivotTableSortByProperty {
Column = 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"
}
},
DataPath = new DataPathSortProperty {
Direction = "direction",
SortPaths = new [] { new DataPathValueProperty {
DataPathType = new DataPathTypeProperty {
PivotTableDataPathType = "pivotTableDataPathType"
},
FieldId = "fieldId",
FieldValue = "fieldValue"
} }
},
Field = new FieldSortProperty {
Direction = "direction",
FieldId = "fieldId"
}
}
};
Synopsis
Properties
| FieldId | The field ID for the field sort options. |
| SortBy | The sort by field for the field sort options. |
Properties
FieldId
The field ID for the field sort options.
string? FieldId { get; }
Property Value
Remarks
SortBy
The sort by field for the field sort options.
object? SortBy { get; }