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

CreateTimeSeriesSummary

import type { CreateTimeSeriesSummary } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Summary of the result of a failed request to write data to a time series.

interface CreateTimeSeriesSummary {
errors?: Error[];
successPointCount?: number;
totalPointCount?: number;
}

§Properties

§
errors?: Error[]
[src]

The number of points that failed to be written. Order is not guaranteed.

§
successPointCount?: number
[src]

The number of points that were successfully written.

§
totalPointCount?: number
[src]

The number of points in the request.