Interface CfnDataSet.IDataSetNumericFilterValueProperty
Represents a numeric value used in filter conditions.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSet.IDataSetNumericFilterValueProperty
Syntax (vb)
Public Interface CfnDataSet.IDataSetNumericFilterValueProperty
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 dataSetNumericFilterValueProperty = new DataSetNumericFilterValueProperty {
StaticValue = 123
};
Synopsis
Properties
| StaticValue | A static numeric value used for filtering. |
Properties
StaticValue
A static numeric value used for filtering.
double? StaticValue { get; }