disableResourceVersioning property

bool? disableResourceVersioning
getter/setter pair

Whether to disable resource versioning for this FHIR store.

This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.

Immutable.

Implementation

core.bool? disableResourceVersioning;