Values.DataStorageSourceThe data storage limit.
type nonrec t = {maximum : IntegerOptional.t option;The upper limit for data storage the cache is set to use.
*)minimum : IntegerOptional.t option;The lower limit for data storage the cache is set to use.
*)unit : DataStorageUnit.t;The unit that the storage is measured in, in GB.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of IntegerOptional.t ]) list ]