Class CfnAnalysis.DataPathSortProperty
Allows data paths to be sorted by a specific data value.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataPathSortProperty : Object, CfnAnalysis.IDataPathSortProperty
Syntax (vb)
Public Class DataPathSortProperty
Inherits Object
Implements CfnAnalysis.IDataPathSortProperty
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.QuickSight;
var dataPathSortProperty = new DataPathSortProperty {
Direction = "direction",
SortPaths = new [] { new DataPathValueProperty {
DataPathType = new DataPathTypeProperty {
PivotTableDataPathType = "pivotTableDataPathType"
},
FieldId = "fieldId",
FieldValue = "fieldValue"
} }
};
Synopsis
Constructors
Data |
Properties
Direction | Determines the sort direction. |
Sort |
The list of data paths that need to be sorted. |
Constructors
DataPathSortProperty()
public DataPathSortProperty()
Properties
Direction
Determines the sort direction.
public string Direction { get; set; }
Property Value
System.
Remarks
SortPaths
The list of data paths that need to be sorted.
public object SortPaths { get; set; }
Property Value
System.