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

ProjectsInstancesDatabasesGetScansOptions

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

Additional options for Spanner#projectsInstancesDatabasesGetScans.

interface ProjectsInstancesDatabasesGetScansOptions {
endTime?: Date;
startTime?: Date;
view?: "VIEW_UNSPECIFIED" | "SUMMARY" | "FULL";
}

§Properties

§
endTime?: Date
[src]

The upper bound for the time range to retrieve Scan data for.

§
startTime?: Date
[src]

These fields restrict the Database-specific information returned in the Scan.data field. If a View is provided that does not include the Scan.data field, these are ignored. This range of time must be entirely contained within the defined time range of the targeted scan. The lower bound for the time range to retrieve Scan data for.

§
view?: "VIEW_UNSPECIFIED" | "SUMMARY" | "FULL"
[src]

Specifies which parts of the Scan should be returned in the response. Note, if left unspecified, the FULL view is assumed.