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

DatabaseDeploymentDetailsAggregatedStats

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

Aggregated stats for the database deployment.

interface DatabaseDeploymentDetailsAggregatedStats {
readonly databaseCount?: number;
}

§Properties

§
readonly databaseCount?: number
[src]

Output only. The number of databases in the deployment.