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

GoogleCloudDatacatalogV1ImportEntriesResponse

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

Response message for long-running operation returned by the ImportEntries.

interface GoogleCloudDatacatalogV1ImportEntriesResponse {
deletedEntriesCount?: bigint;
upsertedEntriesCount?: bigint;
}

§Properties

§
deletedEntriesCount?: bigint
[src]

Number of entries deleted as a result of import operation.

§
upsertedEntriesCount?: bigint
[src]

Cumulative number of entries created and entries updated as a result of import operation.