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

DataReplicationInfoReplicatedDisk

import type { DataReplicationInfoReplicatedDisk } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

A disk that should be replicated.

interface DataReplicationInfoReplicatedDisk {
backloggedStorageBytes?: number | null;
deviceName?: string | null;
replicatedStorageBytes?: number | null;
rescannedStorageBytes?: number | null;
totalStorageBytes?: number | null;
}

§Properties

§
backloggedStorageBytes?: number | null
[src]

The size of the replication backlog in bytes.

§
deviceName?: string | null
[src]

The name of the device.

§
replicatedStorageBytes?: number | null
[src]

The amount of data replicated so far in bytes.

§
rescannedStorageBytes?: number | null
[src]

The amount of data to be rescanned in bytes.

§
totalStorageBytes?: number | null
[src]

The total amount of data to be replicated in bytes.