Class CfnAnalysis.TimeRangeDrillDownFilterProperty
The time range drill down filter.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TimeRangeDrillDownFilterProperty : Object, CfnAnalysis.ITimeRangeDrillDownFilterProperty
Syntax (vb)
Public Class TimeRangeDrillDownFilterProperty
Inherits Object
Implements CfnAnalysis.ITimeRangeDrillDownFilterProperty
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 timeRangeDrillDownFilterProperty = new TimeRangeDrillDownFilterProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
RangeMaximum = "rangeMaximum",
RangeMinimum = "rangeMinimum",
TimeGranularity = "timeGranularity"
};
Synopsis
Constructors
Time |
Properties
Column | The column that the filter is applied to. |
Range |
The maximum value for the filter value range. |
Range |
The minimum value for the filter value range. |
Time |
The level of time precision that is used to aggregate |
Constructors
TimeRangeDrillDownFilterProperty()
public TimeRangeDrillDownFilterProperty()
Properties
Column
The column that the filter is applied to.
public object Column { get; set; }
Property Value
System.
Remarks
RangeMaximum
The maximum value for the filter value range.
public string RangeMaximum { get; set; }
Property Value
System.
Remarks
RangeMinimum
The minimum value for the filter value range.
public string RangeMinimum { get; set; }
Property Value
System.
Remarks
TimeGranularity
The level of time precision that is used to aggregate DateTime
values.
public string TimeGranularity { get; set; }
Property Value
System.