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

StorageSizeDetails

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

The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.

interface StorageSizeDetails {
readonly dataStorageSizeInGbs?: number;
readonly recoStorageSizeInGbs?: number;
}

§Properties

§
readonly dataStorageSizeInGbs?: number
[src]

Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.

§
readonly recoStorageSizeInGbs?: number
[src]

Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.