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

ConnectGetOptions

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

Additional options for SQLAdmin#connectGet.

interface ConnectGetOptions {
readTime?: Date;
}

§Properties

§
readTime?: Date
[src]

Optional. Optional snapshot read timestamp to trade freshness for performance.