public QueryMultiAnalysisGroupAsync ( string collection, IEnumerable |
||
collection | string | Name of event collection to query. |
analysisParams | IEnumerable |
Defines the multiple types of analyses to perform. |
timeframe | QueryTimeframe | Specifies window of time from which to select events for analysis. May be absolute or relative. |
filters | IEnumerable |
Filter to narrow down the events used in analysis. Optional, may be null. |
groupBy | string | Name of a collection field by which to group results. |
timezone | string | The timezone to use when specifying a relative timeframe. Optional, may be blank. |
return | string>>>>.Task |