Skip to main content
Module

x/google_datastore/types.d.ts>Filter

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface Filter
import { type Filter } from "https://deno.land/x/google_datastore@0.0.14/types.d.ts";

A holder for any type of filter.

Properties

optional
compositeFilter: CompositeFilter

A composite filter.

optional
propertyFilter: PropertyFilter

A filter on a property.