Class CfnDashboard.PivotTableFieldCollapseStateOptionProperty
The collapse state options for the pivot table field options.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PivotTableFieldCollapseStateOptionProperty : Object, CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
Syntax (vb)
Public Class PivotTableFieldCollapseStateOptionProperty
Inherits Object
Implements CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
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 pivotTableFieldCollapseStateOptionProperty = new PivotTableFieldCollapseStateOptionProperty {
Target = new PivotTableFieldCollapseStateTargetProperty {
FieldDataPathValues = new [] { new DataPathValueProperty {
DataPathType = new DataPathTypeProperty {
PivotTableDataPathType = "pivotTableDataPathType"
},
FieldId = "fieldId",
FieldValue = "fieldValue"
} },
FieldId = "fieldId"
},
// the properties below are optional
State = "state"
};
Synopsis
Constructors
Pivot |
Properties
State | The state of the field target of a pivot table. Choose one of the following options:. |
Target | A tagged-union object that sets the collapse state. |
Constructors
PivotTableFieldCollapseStateOptionProperty()
public PivotTableFieldCollapseStateOptionProperty()
Properties
State
The state of the field target of a pivot table. Choose one of the following options:.
public string State { get; set; }
Property Value
System.
Remarks
Target
A tagged-union object that sets the collapse state.
public object Target { get; set; }
Property Value
System.