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

GoogleDatastoreAdminV1IndexOperationMetadata

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

Metadata for Index operations.

interface GoogleDatastoreAdminV1IndexOperationMetadata {
indexId?: string;
progressEntities?: GoogleDatastoreAdminV1Progress;
}

§Properties

§

Metadata common to all Datastore Admin operations.

§
indexId?: string
[src]

The index resource ID that this operation is acting on.

§

An estimate of the number of entities processed.