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

GoogleDatastoreAdminV1ExportEntitiesMetadata

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

Metadata for ExportEntities operations.

interface GoogleDatastoreAdminV1ExportEntitiesMetadata {
outputUrlPrefix?: string;
progressEntities?: GoogleDatastoreAdminV1Progress;
}

§Properties

§

Metadata common to all Datastore Admin operations.

§

Description of which entities are being exported.

§
outputUrlPrefix?: string
[src]

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.

§

An estimate of the number of bytes processed.

§

An estimate of the number of entities processed.