Get Table Magnetic Store Write Property
data class GetTableMagneticStoreWriteProperty(val enableMagneticStoreWrites: Boolean, val magneticStoreRejectedDataLocations: List<GetTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation>)
Constructors
Link copied to clipboard
constructor(enableMagneticStoreWrites: Boolean, magneticStoreRejectedDataLocations: List<GetTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation>)
Properties
Link copied to clipboard
Flag that is set based on if magnetic store writes are enabled.
Link copied to clipboard
val magneticStoreRejectedDataLocations: List<GetTableMagneticStoreWritePropertyMagneticStoreRejectedDataLocation>
Object containing the following attributes to describe error reports for records rejected during magnetic store writes.