Package-level declarations
Types
Link copied to clipboard
                data class TableMagneticStoreWriteProperties(val enableMagneticStoreWrites: Boolean? = null, val magneticStoreRejectedDataLocation: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation? = null)
Link copied to clipboard
                data class TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation(val s3Configuration: TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration? = null)
Link copied to clipboard
                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)
Link copied to clipboard
                Link copied to clipboard
                data class TableSchemaCompositePartitionKey(val enforcementInRecord: String? = null, val name: String? = null, val type: String)