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

Filter

import type { Filter } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Used to streamline results of a search based on the property being filtered.

interface Filter {
Name: string;
Values: string[];
}

§Properties

§
Name: string
[src]

The property being filtered. For example, UserName.

§
Values: string[]
[src]

The property values to filter on. For example, "user-123".