Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericfiltervalue.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetnumericfiltervalue.html#cfn-quicksight-dataset-datasetnumericfiltervalue-staticvalue

Back to top Generated by DocFX