retentionProperties

@JvmName(name = "sfcfpdmefkauvlyt")
suspend fun retentionProperties(value: Output<TableRetentionPropertiesArgs>)
@JvmName(name = "vsatgpevrwbpfxku")
suspend fun retentionProperties(value: TableRetentionPropertiesArgs?)

Parameters

value

The retention duration for the memory store and magnetic store. See Retention Properties below for more details. If not provided, magnetic_store_retention_period_in_days default to 73000 and memory_store_retention_period_in_hours defaults to 6.


@JvmName(name = "crokspegcbshtolm")
suspend fun retentionProperties(argument: suspend TableRetentionPropertiesArgsBuilder.() -> Unit)

Parameters

argument

The retention duration for the memory store and magnetic store. See Retention Properties below for more details. If not provided, magnetic_store_retention_period_in_days default to 73000 and memory_store_retention_period_in_hours defaults to 6.