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

ReplicationSync

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

ReplicationSync contain information about the last replica sync to the cloud.

interface ReplicationSync {
lastSyncTime?: Date;
}

§Properties

§
lastSyncTime?: Date
[src]

The most updated snapshot created time in the source that finished replication.