Package-level declarations

Types

Link copied to clipboard
data class TableMagneticStoreWriteProperties(val enableMagneticStoreWrites: Boolean? = null, val magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)
data class TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration(val bucketName: String? = null, val encryptionOption: String? = null, val kmsKeyId: String? = null, val objectKeyPrefix: String? = null)
Link copied to clipboard
data class TableRetentionProperties(val magneticStoreRetentionPeriodInDays: Int, val memoryStoreRetentionPeriodInHours: Int)