Values.SelectionCriteriaSourcetype nonrec t = {delimiter : StorageLensPrefixLevelDelimiter.t option;A container for the delimiter of the selection criteria being used.
*)maxDepth : StorageLensPrefixLevelMaxDepth.t option;The max depth of the selection criteria
*)minStorageBytesPercentage : MinStorageBytesPercentage.t option;The minimum number of storage bytes percentage whose metrics will be selected. You must choose a value greater than or equal to 1.0.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of MinStorageBytesPercentage.t
| `Integer of StorageLensPrefixLevelMaxDepth.t
| `String of StorageLensPrefixLevelDelimiter.t ])
list ]