MagneticStoreWritePropertiesProperties

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean flag indicating whether magnetic store writes are enabled.

Link copied to clipboard

Location to store information about records that were asynchronously rejected during magnetic store writes.