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

ScanData

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

ScanData contains Cloud Key Visualizer scan data used by the caller to construct a visualization.

interface ScanData {
endTime?: Date;
startTime?: Date;
}

§Properties

§

Cloud Key Visualizer scan data. The range of time this information covers is captured via the above time range fields. Note, this field is not available to the ListScans method.

§
endTime?: Date
[src]

The upper bound for when the contained data is defined.

§
startTime?: Date
[src]

A range of time (inclusive) for when the contained data is defined. The lower bound for when the contained data is defined.