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

DbVersionProperties

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

The properties of a DbVersion.

interface DbVersionProperties {
readonly isLatestForMajorVersion?: boolean;
readonly isPreviewDbVersion?: boolean;
readonly isUpgradeSupported?: boolean;
readonly supportsPdb?: boolean;
readonly version?: string;
}

§Properties

§
readonly isLatestForMajorVersion?: boolean
[src]

Output only. True if this version of the Oracle Database software is the latest version for a release.

§
readonly isPreviewDbVersion?: boolean
[src]

Output only. True if this version of the Oracle Database software is the preview version.

§
readonly isUpgradeSupported?: boolean
[src]

Output only. True if this version of the Oracle Database software is supported for Upgrade.

§
readonly supportsPdb?: boolean
[src]

Output only. True if this version of the Oracle Database software supports pluggable databases.

§
readonly version?: string
[src]

Output only. A valid Oracle Database version.