- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-lakeformation
FilterCondition Interface
This structure describes the filtering of columns in a table based on a filter condition.
Members
Name | Type | Details |
---|---|---|
ComparisonOperator | ComparisonOperator | undefined | The comparison operator used in the filter condition. |
Field | FieldNameString | undefined | The field to filter in the filter condition. |
StringValueList | string[] | undefined | A string with values used in evaluating the filter condition. |
Full Signature
export interface FilterCondition