skipIngestedDocuments property

bool? skipIngestedDocuments
getter/setter pair

The flag whether to skip ingested documents.

If it is set to true, documents in Cloud Storage contains key "status" with value "status=ingested" in custom metadata will be skipped to ingest.

Implementation

core.bool? skipIngestedDocuments;