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

AllowedStatistics

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

Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

interface AllowedStatistics {
Statistics: string[];
}

§Properties

§
Statistics: string[]
[src]

One or more column statistics to allow for columns that contain detected entities.