Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FilterOperation

import type { FilterOperation } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

A transform operation that filters rows based on a condition.

interface FilterOperation {
ConditionExpression: string;
}

§Properties

§
ConditionExpression: string
[src]

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.