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

GoogleDatastoreAdminV1ImportEntitiesMetadata

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

Metadata for ImportEntities operations.

interface GoogleDatastoreAdminV1ImportEntitiesMetadata {
inputUrl?: string;
progressEntities?: GoogleDatastoreAdminV1Progress;
}

§Properties

§

Metadata common to all Datastore Admin operations.

§

Description of which entities are being imported.

§
inputUrl?: string
[src]

The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.

§

An estimate of the number of bytes processed.

§

An estimate of the number of entities processed.