TableRetentionProperties

data class TableRetentionProperties(val magneticStoreRetentionPeriodInDays: Int, val memoryStoreRetentionPeriodInHours: Int)

Constructors

Link copied to clipboard
constructor(magneticStoreRetentionPeriodInDays: Int, memoryStoreRetentionPeriodInHours: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.

Link copied to clipboard

The duration for which data must be stored in the memory store. Minimum value of 1. Maximum value of 8766.