Magnetic Store Write Properties Properties
data class MagneticStoreWritePropertiesProperties(val enableMagneticStoreWrites: Boolean, val magneticStoreRejectedDataLocation: MagneticStoreWritePropertiesPropertiesMagneticStoreRejectedDataLocationProperties? = null)
The properties that determine whether magnetic store writes are enabled.
Constructors
Link copied to clipboard
constructor(enableMagneticStoreWrites: Boolean, magneticStoreRejectedDataLocation: MagneticStoreWritePropertiesPropertiesMagneticStoreRejectedDataLocationProperties? = null)
Properties
Link copied to clipboard
Boolean flag indicating whether magnetic store writes are enabled.
Link copied to clipboard
val magneticStoreRejectedDataLocation: MagneticStoreWritePropertiesPropertiesMagneticStoreRejectedDataLocationProperties? = null
Location to store information about records that were asynchronously rejected during magnetic store writes.