Values_1.DimensionConditionSourceSpecifies a condition for filtering capacity data based on dimension values. Used to create precise filters for metric queries and dimension lookups.
type nonrec t = {dimension : Values_0.FilterByDimension.t option;The name of the dimension to filter by.
*)comparison : Values_0.Comparison.t option;The comparison operator to use for the filter.
*)values : Values_0.ConditionValueList.t option;The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
*)}