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

GoogleDatastoreAdminV1beta1ExportEntitiesMetadata

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

Metadata for ExportEntities operations.

interface GoogleDatastoreAdminV1beta1ExportEntitiesMetadata {
outputUrlPrefix?: string;
}

§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.v1beta1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url.

§

An estimate of the number of bytes processed.

§

An estimate of the number of entities processed.