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

ExportStats

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

Progress information for an export.

interface ExportStats {
exportedArtifactCount?: bigint;
sizeInBytes?: bigint;
totalArtifactCount?: bigint;
}

§Properties

§
exportedArtifactCount?: bigint
[src]

The number of messages or files already processed for export.

§
sizeInBytes?: bigint
[src]

The size of export in bytes.

§
totalArtifactCount?: bigint
[src]

The number of messages or files to be exported.