entityFilter property

GoogleDatastoreAdminV1EntityFilter? entityFilter
getter/setter pair

Optionally specify which kinds/namespaces are to be imported.

If provided, the list must be a subset of the EntityFilter used in creating the export, otherwise a FAILED_PRECONDITION error will be returned. If no filter is specified then all entities from the export are imported.

Implementation

GoogleDatastoreAdminV1EntityFilter? entityFilter;