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

SlotMigration

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

Represents the progress of an online resharding operation.

interface SlotMigration {
ProgressPercentage?: number | null;
}

§Properties

§
ProgressPercentage?: number | null
[src]

The percentage of the slot migration that is complete.