Class CfnDataSet.FieldFolderProperty
A FieldFolder element is a folder that contains fields and nested subfolders.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FieldFolderProperty : Object, CfnDataSet.IFieldFolderProperty
Syntax (vb)
Public Class FieldFolderProperty
Inherits Object
Implements CfnDataSet.IFieldFolderProperty
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 fieldFolderProperty = new FieldFolderProperty {
Columns = new [] { "columns" },
Description = "description"
};
Synopsis
Constructors
Field |
Properties
Columns | A folder has a list of columns. |
Description | The description for a field folder. |
Constructors
FieldFolderProperty()
public FieldFolderProperty()
Properties
Columns
A folder has a list of columns.
public string[] Columns { get; set; }
Property Value
System.
Remarks
A column can only be in one folder.
Description
The description for a field folder.
public string Description { get; set; }
Property Value
System.