Values.TableBucketMaintenanceSettingsSourceContains details about the maintenance settings for the table bucket.
type nonrec t = {icebergUnreferencedFileRemoval : IcebergUnreferencedFileRemovalSettings.t
option;The unreferenced file removal settings for the table bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of PositiveInteger.t ]) list ])
list ]