Class: DatadogAPIClient::V1::RetentionCompute

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/retention_compute.rb

Overview

Compute configuration for retention queries.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aggregationObject

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

#metricObject

Metric for retention compute.



28
29
30
# File 'lib/datadog_api_client/v1/models/retention_compute.rb', line 28

def metric
  @metric
end