DataSetNumericComparisonFilterCondition - Amazon Quick Sight
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DataSetNumericComparisonFilterCondition

A filter condition that compares numeric values using operators like EQUALS, GREATER_THAN, or LESS_THAN.

Contents

Note

In the following list, the required parameters are described first.

Operator

The comparison operator to use, such as EQUALS, GREATER_THAN, LESS_THAN, or their variants.

Type: String

Valid Values: EQUALS | DOES_NOT_EQUAL | GREATER_THAN | GREATER_THAN_OR_EQUALS_TO | LESS_THAN | LESS_THAN_OR_EQUALS_TO

Required: Yes

Value

The numeric value to compare against.

Type: DataSetNumericFilterValue object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: