Values.AnalyticsBinBySpecificationSourceContains the time metric, interval, and method by which to bin the analytics data.
type nonrec t = {name : AnalyticsBinByName.t;Specifies the time metric by which to bin the analytics data.
*)interval : AnalyticsInterval.t;Specifies the interval of time by which to bin the analytics data.
*)order : AnalyticsSortOrder.t option;Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
*)}val make :
?order:??? ->
name:AnalyticsBinByName.t ->
interval:AnalyticsInterval.t ->
unit ->
t