Values.WarmTierRetentionPeriodSourceSet this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.
type nonrec t = {numberOfDays : NumberOfDays.t option;The number of days the data is stored in the warm tier.
*)unlimited : Unlimited.t option;If set to true, the data is stored indefinitely in the warm tier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Unlimited.t | `Integer of NumberOfDays.t ])
list ]