Table Magnetic Store Write Properties
data class TableMagneticStoreWriteProperties(val enableMagneticStoreWrites: Boolean? = null, val magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)
Constructors
Link copied to clipboard
constructor(enableMagneticStoreWrites: Boolean? = null, magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)
Properties
Link copied to clipboard
A flag to enable magnetic store writes.
Link copied to clipboard
val magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null
The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.