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

ReplicatingStep

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

ReplicatingStep contains specific step details.

interface ReplicatingStep {
lastThirtyMinutesAverageBytesPerSecond?: bigint;
lastTwoMinutesAverageBytesPerSecond?: bigint;
replicatedBytes?: bigint;
totalBytes?: bigint;
}

§Properties

§
lastThirtyMinutesAverageBytesPerSecond?: bigint
[src]

The source disks replication rate for the last 30 minutes in bytes per second.

§
lastTwoMinutesAverageBytesPerSecond?: bigint
[src]

The source disks replication rate for the last 2 minutes in bytes per second.

§
replicatedBytes?: bigint
[src]

Replicated bytes in the step.

§
totalBytes?: bigint
[src]

Total bytes to be handled in the step.