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

RecordsEvent

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

The container for the records event.

interface RecordsEvent {
Payload?: Uint8Array | null;
}

§Properties

§
Payload?: Uint8Array | null
[src]

The byte array of partial, one or more result records.