Class: DatadogAPIClient::V1::RetentionCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::RetentionCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/retention_compute.rb
Overview
Compute configuration for retention queries.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
readonly
The type of aggregation that can be performed on events-based queries.
-
#metric ⇒ Object
readonly
Metric for retention compute.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
The type of aggregation that can be performed on events-based queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/retention_compute.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
Metric for retention compute.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/retention_compute.rb', line 28 def metric @metric end |