public QueryGroupAsync ( Keen.Core.Query.QueryType queryType, string collection, string targetProperty, string groupBy, QueryTimeframe timeframe = null, IEnumerable |
||
queryType | Keen.Core.Query.QueryType | Type of query to run. |
collection | string | Name of event collection to query. |
targetProperty | string | Name of property to analyse. |
groupBy | string | Name of a collection field by which to group results. |
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. |
timezone | string | The timezone to use when specifying a relative timeframe. Optional, may be blank. |
return | Task |