@google-cloud/datastore
Version:
Cloud Datastore Client Library for Node.js
11 lines (10 loc) • 438 B
TypeScript
import { Entity } from '../../entity';
/**
* This function extends the excludeFromIndexes list when it finds
* large properties in the entity object. The extended excludeFromIndexes
* list is then used when building the entity proto.
*
* @param {Entity} entityObject The entity object to parse for properties to
* add to the excludeFromIndexes list.
*/
export declare function extendExcludeFromIndexes(entityObject: Entity): void;