Values.TableMaintenanceSettingsSourceContains details about maintenance settings for the table.
type nonrec t = {icebergCompaction : IcebergCompactionSettings.t option;Contains details about the Iceberg compaction settings for the table.
*)icebergSnapshotManagement : IcebergSnapshotManagementSettings.t option;Contains details about the Iceberg snapshot management settings for the table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Integer of PositiveInteger.t ])
list ])
list ]