disableModifications property

bool? disableModifications
getter/setter pair

If true, sets the datasource to read-only mode.

In read-only mode, the Indexing API rejects any requests to index or delete items in this source. Enabling read-only mode does not stop the processing of previously accepted data.

Implementation

core.bool? disableModifications;