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

MysqlLogPosition

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

MySQL log position

interface MysqlLogPosition {
logFile?: string;
logPosition?: number;
}

§Properties

§
logFile?: string
[src]

Required. The binary log file name.

§
logPosition?: number
[src]

Optional. The position within the binary log file. Default is head of file.