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

SourceTextFilter

import type { SourceTextFilter } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Filter for text-based data types like varchar.

interface SourceTextFilter {
sourceMaxLengthFilter?: bigint;
sourceMinLengthFilter?: bigint;
}

§Properties

§
sourceMaxLengthFilter?: bigint
[src]

Optional. The filter will match columns with length smaller than or equal to this number.

§
sourceMinLengthFilter?: bigint
[src]

Optional. The filter will match columns with length greater than or equal to this number.