Class: DatadogAPIClient::V1::ProductAnalyticsExtendedCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ProductAnalyticsExtendedCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb
Overview
Compute configuration for Product Analytics Extended queries.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
readonly
Aggregation methods for event platform queries.
-
#interval ⇒ Object
Fixed-width time bucket interval in milliseconds for time series queries.
-
#metric ⇒ Object
Measurable attribute to compute.
-
#name ⇒ Object
Name of the compute for use in formulas.
-
#rollup ⇒ Object
Calendar interval definition.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
Aggregation methods for event platform queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb', line 25 def aggregation @aggregation end |
#interval ⇒ Object
Fixed-width time bucket interval in milliseconds for time series queries. Mutually exclusive with rollup.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb', line 28 def interval @interval end |
#metric ⇒ Object
Measurable attribute to compute.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb', line 31 def metric @metric end |
#name ⇒ Object
Name of the compute for use in formulas.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb', line 34 def name @name end |
#rollup ⇒ Object
Calendar interval definition.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb', line 37 def rollup @rollup end |