TableMagneticStoreWriteProperties

data class TableMagneticStoreWriteProperties(val enableMagneticStoreWrites: Boolean? = null, val magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)

Constructors

Link copied to clipboard
constructor(enableMagneticStoreWrites: Boolean? = null, magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag to enable magnetic store writes.

Link copied to clipboard

The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.