RetentionPropertiesProperties

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
constructor(magneticStoreRetentionPeriodInDays: String? = null, memoryStoreRetentionPeriodInHours: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration for which data must be stored in the magnetic store.

Link copied to clipboard

The duration for which data must be stored in the memory store.