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

BinLogCoordinates

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

Binary log coordinates.

interface BinLogCoordinates {
binLogFileName?: string;
binLogPosition?: bigint;
kind?: string;
}

§Properties

§
binLogFileName?: string
[src]

Name of the binary log file for a Cloud SQL instance.

§
binLogPosition?: bigint
[src]

Position (offset) within the binary log file.

§
kind?: string
[src]

This is always sql#binLogCoordinates.