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

TargetMetric

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

Target metric for read pool auto scaling.

interface TargetMetric {
metric?: string;
targetValue?: number;
}

§Properties

§
metric?: string
[src]

The metric name to be used for auto scaling.

§
targetValue?: number
[src]

The target value for the metric.