The IDimensionValueCollectionCanonicalizer type exposes the following members.

Methods

  NameDescription
Canonicalize
Given a IEnumerable<(Of <(T>)>), implementations of this function should return a IEnumerable<(Of <(T>)>) in the order desired for formatting. For example DimensionValues could be ordered by dimension name, dimension value name, dimension value ID or some combination of desired characteristics.

See Also