Retention Properties Properties
data class RetentionPropertiesProperties(val magneticStoreRetentionPeriodInDays: String? = null, val memoryStoreRetentionPeriodInHours: String? = null)
The retention duration of the memory store and the magnetic store.
Constructors
Link copied to clipboard
fun RetentionPropertiesProperties(magneticStoreRetentionPeriodInDays: String? = null, memoryStoreRetentionPeriodInHours: String? = null)