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

Record

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

The unit of data in a delivery stream.

interface Record {
Data: Uint8Array | string;
}

§Properties

§
Data: Uint8Array | string
[src]

The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.