Skip to main content
Module

x/google_datastore/types.d.ts>CompositeFilter

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

A filter that merges multiple other filters using the given operator.

Properties

filters: Filter[]

The list of filters to combine. Must contain at least one filter.

op: "AND"

The operator for combining multiple filters.