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

ConditionalColumnSetValue

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

Options to configure rule type ConditionalColumnSetValue. The rule is used to transform the data which is being replicated/migrated. The rule filter field can refer to one or more entities. The rule scope can be one of: Column.

interface ConditionalColumnSetValue {
customFeatures?: {
[key: string]: any;
}
;
sourceNumericFilter?: SourceNumericFilter;
sourceTextFilter?: SourceTextFilter;
valueTransformation?: ValueTransformation;
}

§Properties

§
customFeatures?: {
[key: string]: any;
}
[src]

Optional. Custom engine specific features.

§
sourceNumericFilter?: SourceNumericFilter
[src]

Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.

§
sourceTextFilter?: SourceTextFilter
[src]

Optional. Optional filter on source column length. Used for text based data types like varchar.

§
valueTransformation?: ValueTransformation
[src]

Required. Description of data transformation during migration.