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

FetchPageResult

import type { FetchPageResult } from "https://aws-api.deno.dev/v0.3/services/qldbsession.ts?docs=full";

Contains the page that was fetched.

interface FetchPageResult {
ConsumedIOs?: IOUsage | null;
Page?: Page | null;
TimingInformation?: TimingInformation | null;
}

§Properties

§
ConsumedIOs?: IOUsage | null
[src]

Contains metrics about the number of I/O requests that were consumed.

§
Page?: Page | null
[src]

Contains details of the fetched page.

§
TimingInformation?: TimingInformation | null
[src]

Contains server-side performance information for the command.