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

Scan

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

Scan is a structure which describes Cloud Key Visualizer scan information.

interface Scan {
details?: {
[key: string]: any;
}
;
endTime?: Date;
name?: string;
readonly scanData?: ScanData;
startTime?: Date;
}

§Properties

§
details?: {
[key: string]: any;
}
[src]

Additional information provided by the implementer.

§
endTime?: Date
[src]

The upper bound for when the scan is defined.

§
name?: string
[src]

The unique name of the scan, specific to the Database service implementing this interface.

§
readonly scanData?: ScanData
[src]

Output only. Cloud Key Visualizer scan data. Note, this field is not available to the ListScans method.

§
startTime?: Date
[src]

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