Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGridQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionGridQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb
Overview
Query definition for a retention grid or retention metadata request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#computation_scope ⇒ Object
Restricts a retention query to part of the grid, so that results can be examined in detail.
-
#compute ⇒ Object
readonly
The metric and aggregation applied to a retention query.
-
#group_by ⇒ Object
Splits the results by the values of one or more facets.
-
#search ⇒ Object
readonly
Defines the cohort and return criteria that make up a retention query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb', line 37 def additional_properties @additional_properties end |
#computation_scope ⇒ Object
Restricts a retention query to part of the grid, so that results can be examined in detail. Omit it to compute the whole grid.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb', line 26 def computation_scope @computation_scope end |
#compute ⇒ Object
The metric and aggregation applied to a retention query.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb', line 29 def compute @compute end |
#group_by ⇒ Object
Splits the results by the values of one or more facets.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb', line 32 def group_by @group_by end |
#search ⇒ Object
Defines the cohort and return criteria that make up a retention query.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_query.rb', line 35 def search @search end |