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

TextFormat

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

Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the data field of a Pub/Sub message.

interface TextFormat {
delimiter?: string;
}

§Properties

§
delimiter?: string
[src]

Optional. When unset, '\n' is used.