Values.RetentionPropertiesSourceRetention properties contain the duration for which your time-series data must be stored in the magnetic store and the memory store.
type nonrec t = {memoryStoreRetentionPeriodInHours : MemoryStoreRetentionPeriodInHours.t;The duration for which data must be stored in the memory store.
*)magneticStoreRetentionPeriodInDays : MagneticStoreRetentionPeriodInDays.t;The duration for which data must be stored in the magnetic store.
*)}val make :
memoryStoreRetentionPeriodInHours:MemoryStoreRetentionPeriodInHours.t ->
magneticStoreRetentionPeriodInDays:MagneticStoreRetentionPeriodInDays.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of MemoryStoreRetentionPeriodInHours.t ]) list ]