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

ExascaleDbStorageDetails

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

The storage details of the ExascaleDbStorageVault.

interface ExascaleDbStorageDetails {
readonly availableSizeGbs?: number;
totalSizeGbs?: number;
}

§Properties

§
readonly availableSizeGbs?: number
[src]

Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).

§
totalSizeGbs?: number
[src]

Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).