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

DiskPartitionDetails

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

Disk partition details.

interface DiskPartitionDetails {
readonly freeSpaceBytes?: bigint;
partitions?: DiskPartitionList;
readonly totalCapacityBytes?: bigint;
}

§Properties

§
readonly freeSpaceBytes?: bigint
[src]

Output only. Total free space of all partitions.

§

Optional. List of partitions.

§
readonly totalCapacityBytes?: bigint
[src]

Output only. Total capacity of all partitions.