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

MessageTransform

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

All supported message transforms types.

interface MessageTransform {
disabled?: boolean;
enabled?: boolean;
javascriptUdf?: JavaScriptUDF;
}

§Properties

§
disabled?: boolean
[src]

Optional. If true, the transform is disabled and will not be applied to messages. Defaults to false.

§
enabled?: boolean
[src]

Optional. This field is deprecated, use the disabled field to disable transforms.

§
javascriptUdf?: JavaScriptUDF
[src]

Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a unique function_name.