Values.TraceLocationSourceInformation about where trace data is stored for debugging and monitoring.
type nonrec t = {locationType : TraceLocationType.t option;The type of storage location for the trace data.
*)location : NonBlankString.t option;The specific location where the trace data is stored.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonBlankString.t ]) list ]