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

MetricComparisonComputation

import type { MetricComparisonComputation } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The metric comparison computation configuration.

interface MetricComparisonComputation {
ComputationId: string;
FromValue: MeasureField;
Name?: string | null;
TargetValue: MeasureField;
}

§Properties

§
ComputationId: string
[src]

The ID for a computation.

§

The field that is used in a metric comparison from value setup.

§
Name?: string | null
[src]

The name of a computation.

§
TargetValue: MeasureField
[src]

The field that is used in a metric comparison to value setup.

§

The time field that is used in a computation.