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

SqlserverValidation

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

A presentation of SQLServer workload insight. The schema of SqlServer workloads validation related data.

interface SqlserverValidation {
agentVersion?: string;
instance?: string;
projectId?: string;
}

§Properties

§
agentVersion?: string
[src]

Optional. The agent version collected this data point

§
instance?: string
[src]

Required. The instance_name of the instance that the Insight data comes from. According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.

§
projectId?: string
[src]

Required. The project_id of the cloud project that the Insight data comes from.

§

Optional. A list of SqlServer validation metrics data.