Values_0.RetentionConfigurationSourceThe configuration for a snapshot retention optimizer.
type nonrec t = {icebergConfiguration : IcebergRetentionConfiguration.t option;The configuration for an Iceberg snapshot retention optimizer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Integer of NullableInteger.t ])
list ])
list ]