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

PropertyPredicate

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

Defines a property predicate.

interface PropertyPredicate {
Comparator?: Comparator | null;
Key?: string | null;
Value?: string | null;
}

§Properties

§
Comparator?: Comparator | null
[src]

The comparator used to compare this property to others.

§
Key?: string | null
[src]

The key of the property.

§
Value?: string | null
[src]

The value of the property.