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

TruncateLogContext

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

Database Instance truncate log context.

interface TruncateLogContext {
kind?: string;
logType?: string;
}

§Properties

§
kind?: string
[src]

This is always sql#truncateLogContext.

§
logType?: string
[src]

The type of log to truncate. Valid values are MYSQL_GENERAL_TABLE and MYSQL_SLOW_TABLE.