Class: DatadogAPIClient::V2::QueryFormula

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

Overview

A formula for calculation based on one or more queries.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#formulaObject

Formula string, referencing one or more queries with their name property.



25
26
27
# File 'lib/datadog_api_client/v2/models/query_formula.rb', line 25

def formula
  @formula
end

#limitObject

Message for specifying limits to the number of values returned by a query. This limit is only for scalar queries and has no effect on timeseries queries.



29
30
31
# File 'lib/datadog_api_client/v2/models/query_formula.rb', line 29

def limit
  @limit
end