Class: DatadogAPIClient::V2::ProductAnalyticsAnalyticsQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsAnalyticsQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb
Overview
The analytics query definition containing a base query, compute rule, and optional grouping.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#audience_filters ⇒ Object
Audience filter definitions for targeting specific user segments.
-
#compute ⇒ Object
readonly
A compute rule for aggregating data.
-
#group_by ⇒ Object
Group-by rules for segmenting results.
-
#indexes ⇒ Object
readonly
Restrict the query to specific indexes.
-
#query ⇒ Object
readonly
A query definition discriminated by the
data_sourcefield.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 41 def additional_properties @additional_properties end |
#audience_filters ⇒ Object
Audience filter definitions for targeting specific user segments.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 25 def audience_filters @audience_filters end |
#compute ⇒ Object
A compute rule for aggregating data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 28 def compute @compute end |
#group_by ⇒ Object
Group-by rules for segmenting results.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 31 def group_by @group_by end |
#indexes ⇒ Object
Restrict the query to specific indexes. Max 1 entry.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 34 def indexes @indexes end |
#query ⇒ Object
A query definition discriminated by the data_source field. Use product_analytics for standard event queries, or product_analytics_occurrence for occurrence-filtered queries.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 39 def query @query end |