Class: DatadogAPIClient::V1::RetentionQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::RetentionQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/retention_query.rb
Overview
Retention query definition.
Instance Attribute Summary collapse
-
#compute ⇒ Object
readonly
Compute configuration for retention queries.
-
#data_source ⇒ Object
readonly
Data source for retention queries.
-
#filters ⇒ Object
Filters for retention queries.
-
#group_by ⇒ Object
Group by configuration.
-
#name ⇒ Object
Name of the query.
-
#search ⇒ Object
readonly
Search configuration for retention queries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#compute ⇒ Object
Compute configuration for retention queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 25 def compute @compute end |
#data_source ⇒ Object
Data source for retention queries.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 28 def data_source @data_source end |
#filters ⇒ Object
Filters for retention queries.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 31 def filters @filters end |
#group_by ⇒ Object
Group by configuration.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 34 def group_by @group_by end |
#name ⇒ Object
Name of the query.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 37 def name @name end |
#search ⇒ Object
Search configuration for retention queries.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/retention_query.rb', line 40 def search @search end |