disableReferentialIntegrity

@JvmName(name = "ajniyktijcdxswoa")
suspend fun disableReferentialIntegrity(value: Output<Boolean>)
@JvmName(name = "vgxvodaurrfocafi")
suspend fun disableReferentialIntegrity(value: Boolean?)

Parameters

value

Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API will enforce referential integrity and fail the requests that will result in inconsistent state in the FHIR store. When this field is set to true, the API will skip referential integrity check. Consequently, operations that rely on references, such as Patient.get$everything, will not return all the results if broken references exist. ** Changing this property may recreate the FHIR store (removing all data) **