Values.SnapshotLimitsSourceContains manual snapshot limit information for a directory.
type nonrec t = {manualSnapshotsLimit : Limit.t option;The maximum number of manual snapshots allowed.
*)manualSnapshotsCurrentCount : Limit.t option;The current number of manual snapshots of the directory.
*)manualSnapshotsLimitReached : ManualSnapshotsLimitReached.t option;Indicates if the manual snapshot limit has been reached.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ManualSnapshotsLimitReached.t | `Integer of Limit.t ])
list ]