GetTableRetentionProperty

data class GetTableRetentionProperty(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

Duration in days in which the data must be stored in magnetic store.

Link copied to clipboard

Duration in hours in which the data must be stored in memory store.