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/mgn.ts?docs=full";

Request to query disks replicated.

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

§Properties

§
backloggedStorageBytes?: number | null
[src]

Request to query data replication backlog size in bytes.

§
deviceName?: string | null
[src]

Request to query device name.

§
replicatedStorageBytes?: number | null
[src]

Request to query amount of data replicated in bytes.

§
rescannedStorageBytes?: number | null
[src]

Request to query amount of data rescanned in bytes.

§
totalStorageBytes?: number | null
[src]

Request to query total amount of data replicated in bytes.