Interface CfnAnalysis.IDataPathValueProperty
The data path that needs to be sorted.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataPathValueProperty
Syntax (vb)
Public Interface IDataPathValueProperty
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 dataPathValueProperty = new DataPathValueProperty {
DataPathType = new DataPathTypeProperty {
PivotTableDataPathType = "pivotTableDataPathType"
},
FieldId = "fieldId",
FieldValue = "fieldValue"
};
Synopsis
Properties
Data |
The type configuration of the field. |
Field |
The field ID of the field that needs to be sorted. |
Field |
The actual value of the field that needs to be sorted. |
Properties
DataPathType
The type configuration of the field.
virtual object DataPathType { get; }
Property Value
System.
Remarks
FieldId
The field ID of the field that needs to be sorted.
virtual string FieldId { get; }
Property Value
System.
Remarks
FieldValue
The actual value of the field that needs to be sorted.
virtual string FieldValue { get; }
Property Value
System.